[CI] Make B200 base-b suites single-GPU as prep for 1-gpu B200 runners (#33605)

This commit is contained in:
Liangsheng Yin
2026-08-04 15:53:01 -07:00
committed by GitHub
parent a0b3f1dde6
commit 0d99d91e49
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ from sglang.test.test_utils import (
write_github_step_summary,
)
register_cuda_ci(est_time=340, stage="base-b", runner_config="4-gpu-b200")
register_cuda_ci(est_time=340, stage="base-c", runner_config="4-gpu-b200")
FULL_DEEPSEEK_V3_FP4_MODEL_PATH = "nvidia/DeepSeek-V3-0324-FP4"
SERVER_LAUNCH_TIMEOUT = 1200