[CI] Add CI test for DeepSeek V3.2 MTP (#11835)

This commit is contained in:
Baizhou Zhang
2025-10-19 19:00:25 -05:00
committed by GitHub
parent 53fb229f53
commit cbb5fc2edc
4 changed files with 112 additions and 3 deletions

View File

@@ -181,6 +181,7 @@ suites = {
],
"per-commit-8-gpu-h200-deepseek-v32": [
TestFile("test_deepseek_v32_basic.py", 275),
TestFile("test_deepseek_v32_mtp.py", 275),
],
"vllm_dependency_test": [
TestFile("quant/test_awq.py", 163),