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
@@ -3,7 +3,7 @@ import unittest
from sglang.test.nightly_utils import NightlyBenchmarkRunner
from sglang.test.test_utils import DEFAULT_URL_FOR_TEST, _parse_int_list_env
DEEPSEEK_V32_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2-Exp"
DEEPSEEK_V32_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2"
PROFILE_DIR = "performance_profiles_deepseek_v32"