[CI]Fix qwen3Next Nightly CI config (#7903)
### What this PR does / why we need it? Fix qwen3Next Nightly CI config in 0.18.0. backport: #7679 Signed-off-by: Your Name <you@example.com> Co-authored-by: Your Name <you@example.com>
This commit is contained in:
@@ -46,8 +46,8 @@ _benchmarks: &benchmarks
|
||||
max_out_len: 32768
|
||||
batch_size: 32
|
||||
top_k: 20
|
||||
baseline: 96
|
||||
threshold: 3
|
||||
baseline: 100
|
||||
threshold: 5
|
||||
|
||||
# ==========================================
|
||||
# ACTUAL TEST CASES
|
||||
|
||||
@@ -41,5 +41,5 @@ test_cases:
|
||||
dataset_conf: gsm8k/gsm8k_gen_0_shot_cot_chat_prompt
|
||||
max_out_len: 32768
|
||||
batch_size: 32
|
||||
baseline: 96
|
||||
threshold: 3
|
||||
baseline: 100
|
||||
threshold: 5
|
||||
|
||||
@@ -46,8 +46,8 @@ _benchmarks: &benchmarks
|
||||
max_out_len: 32768
|
||||
batch_size: 64
|
||||
top_k: 20
|
||||
baseline: 96
|
||||
threshold: 3
|
||||
baseline: 100
|
||||
threshold: 5
|
||||
|
||||
# ==========================================
|
||||
# ACTUAL TEST CASES
|
||||
|
||||
Reference in New Issue
Block a user