[qwen 3.8 next] change the testing model in test_qwen4_exp_models.py (#39662)

This commit is contained in:
Qiaolin Yu
2026-09-16 12:47:45 -07:00
committed by GitHub
parent b02e16a895
commit 43390f63f5
@@ -15,7 +15,7 @@ from sglang.test.test_utils import (
register_cuda_ci(est_time=1500, stage="base-c", runner_config="4-gpu-b200")
MODEL = "RadixArk/Qwen3.8-Flash-Next-NVFP4"
MODEL = "nvidia/Qwen3.8-Flash-Next-NVFP4"
SERVER_LAUNCH_TIMEOUT = 3600
GSM8K_SCORE_THRESHOLD = 0.94