Merge stage-c-test-large-4-gpu suites into partitioned suites (#18325)

This commit is contained in:
Alison Shao
2026-02-06 15:32:33 -08:00
committed by GitHub
parent f1ff697494
commit bedade1ef0
10 changed files with 8 additions and 97 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
)
# Local attention with FA3 (requires SM 90+ / H100, tp=4)
register_cuda_ci(est_time=200, suite="stage-c-test-large-4-gpu")
register_cuda_ci(est_time=200, suite="stage-c-test-4-gpu-h100")
@unittest.skipIf(get_device_sm() < 90, "Test requires CUDA SM 90 or higher")