[Kernel] Deprecate DeepGemm in sgl kernel and apply custom wheel sgl-deep-gemm (#24268)

This commit is contained in:
Baizhou Zhang
2026-05-06 18:59:01 -07:00
committed by GitHub
parent eaf074d50e
commit ecb786c8d7
13 changed files with 87 additions and 19 deletions
@@ -15,7 +15,11 @@ from sglang.test.test_utils import (
write_github_step_summary,
)
register_cuda_ci(est_time=1060, suite="stage-c-test-4-gpu-b200")
register_cuda_ci(
est_time=1060,
suite="stage-c-test-4-gpu-b200",
disabled="Disabled due to #24268. Should be fixed soon.",
)
FULL_DEEPSEEK_V3_FP4_MODEL_PATH = "nvidia/DeepSeek-V3.2-NVFP4"
SERVER_LAUNCH_TIMEOUT = 1200