Enable the qwen3 test (#21195)

Co-authored-by: Shunkang <182541032+Shunkangz@users.noreply.github.co>
This commit is contained in:
Shunkangz
2026-03-23 23:40:59 -07:00
committed by GitHub
co-authored by Shunkang
parent 69f02e36e8
commit dac148167c
2 changed files with 6 additions and 5 deletions
@@ -11,11 +11,8 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(
est_time=300,
suite="stage-c-test-4-gpu-h100",
disabled="Temporarily disable the flaky test.",
)
register_cuda_ci(est_time=300, suite="stage-c-test-4-gpu-h100")
QWEN3_30B_MODEL_PATH = "Qwen/Qwen3-30B-A3B-FP8"
GSM8K_BASELINE_ACCURACY = 0.85