fix: adding matrix partitioning for h200 and b200 nightly tests (#17091)

This commit is contained in:
Douglas Yang
2026-01-15 11:23:19 -08:00
committed by GitHub
parent 3f44268fe5
commit 655d2c7c2a
11 changed files with 21 additions and 13 deletions
@@ -5,7 +5,7 @@ from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.run_combined_tests import run_combined_tests
from sglang.test.test_utils import ModelLaunchSettings, is_blackwell_system
register_cuda_ci(est_time=18000, suite="nightly-8-gpu-common", nightly=True)
register_cuda_ci(est_time=5400, suite="nightly-8-gpu-common", nightly=True)
DEEPSEEK_V32_EXP_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2-Exp"