Fix CP in-seq-split method for DeepSeek V32 and update related tests (#21192)

This commit is contained in:
Baizhou Zhang
2026-03-23 12:34:10 -07:00
committed by GitHub
parent 27ac831a84
commit ed316a26ef
7 changed files with 162 additions and 97 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from sglang.test.test_utils import (
register_cuda_ci(est_time=563, suite="stage-c-test-deepep-8-gpu-h200")
DEEPSEEK_V32_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2-Exp"
DEEPSEEK_V32_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2"
@unittest.skip("Skip for saving ci time")