mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] Enalrge token length of deepseek_v3_api
This commit is contained in:
parent
20c27b9ec8
commit
4b09860f4a
@ -8,8 +8,8 @@ models = [
|
||||
key='ENV_ALIYUN',
|
||||
openai_api_base='https://dashscope.aliyuncs.com/compatible-mode/v1',
|
||||
query_per_second=1,
|
||||
max_out_len=2048,
|
||||
max_seq_len=4096,
|
||||
max_out_len=8192,
|
||||
max_seq_len=8192,
|
||||
batch_size=8,
|
||||
retry=30,
|
||||
verbose=True,
|
||||
|
@ -8,8 +8,8 @@ models = [
|
||||
key='ENV_SILICONFLOW',
|
||||
openai_api_base='https://api.siliconflow.cn/v1/',
|
||||
query_per_second=0.1,
|
||||
max_out_len=2048,
|
||||
max_seq_len=4096,
|
||||
max_out_len=8192,
|
||||
max_seq_len=8192,
|
||||
batch_size=8,
|
||||
verbose=True,
|
||||
retry=5,
|
||||
|
Loading…
Reference in New Issue
Block a user