mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Feature] Support DeepSeep-R1-Distill-Qwen_32B (#30)
This commit is contained in:
parent
f92a1e5050
commit
0971777348
@ -0,0 +1,17 @@
|
||||
from opencompass.models import OpenAISDK
|
||||
|
||||
models = [
|
||||
dict(
|
||||
abbr='deepseek_r1_distill_qwen_32b_api_aliyun',
|
||||
type=OpenAISDK,
|
||||
path='deepseek-r1-distill-qwen-32b',
|
||||
key='ENV_ALIYUN',
|
||||
openai_api_base='https://dashscope.aliyuncs.com/compatible-mode/v1',
|
||||
query_per_second=1,
|
||||
max_out_len=8192,
|
||||
max_seq_len=32768,
|
||||
batch_size=1,
|
||||
retry=30,
|
||||
verbose=True,
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user