[CI] Add Basic Test for DeepSeek V3.2 (#11308)

This commit is contained in:
Baizhou Zhang
2025-10-13 11:41:02 -07:00
committed by GitHub
parent c9cff2b984
commit 9f1f699a7a
4 changed files with 134 additions and 1 deletions

View File

@@ -170,6 +170,9 @@ suites = {
"per-commit-8-gpu-deepep": [
TestFile("ep/test_deepep_large.py", 338),
],
"per-commit-8-gpu-deepseek-v32": [
TestFile("test_deepseek_v32_basic.py", 275),
],
"per-commit-8-gpu-h20": [
TestFile("quant/test_w4a8_deepseek_v3.py", 371),
],