[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:
LeeWenquan
2026-04-03 16:46:25 +08:00
committed by GitHub
parent 445dc7196f
commit 0d773efd70
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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