Fix DeepEP CI test registration (#30873)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ from sglang.test.test_utils import (
|
||||
popen_launch_server,
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=500, stage="extra-b", runner_config="4-gpu-h100")
|
||||
register_cuda_ci(est_time=500, stage="extra-b", runner_config="deepep-4-gpu-h100")
|
||||
|
||||
GQA_MODEL_PATH = "Qwen/Qwen3-30B-A3B-FP8"
|
||||
|
||||
@@ -24,7 +24,7 @@ from sglang.test.test_utils import (
|
||||
popen_launch_server,
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=400, stage="extra-b", runner_config="4-gpu-h100")
|
||||
register_cuda_ci(est_time=400, stage="extra-b", runner_config="deepep-4-gpu-h100")
|
||||
|
||||
# FP8 variant of Qwen3-30B-A3B: required because DeepEP normal/LL fast paths in
|
||||
# ep_moe/layer.py only run for {Fp8Config (via deep_gemm), W4AFp8Config, aiter,
|
||||
|
||||
@@ -93,6 +93,7 @@ PER_COMMIT_SUITES = {
|
||||
"extra-b-test-4-gpu-h100",
|
||||
"extra-b-test-4-gpu-b200",
|
||||
"extra-b-test-8-gpu-h200",
|
||||
"extra-b-test-deepep-4-gpu-h100",
|
||||
"extra-b-test-deepep-4-gpu-b200",
|
||||
"extra-b-test-deepep-8-gpu-h200",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user