[CI] add deepseek w4a8 test on h20 ci (#7758)

This commit is contained in:
Hank Han
2025-08-16 16:54:13 +08:00
committed by GitHub
parent bc938ea13f
commit 81da16f6d3
4 changed files with 206 additions and 0 deletions

View File

@@ -143,6 +143,9 @@ suites = {
"per-commit-8-gpu-deepep": [
TestFile("ep/test_deepep_large.py", 338),
],
"per-commit-8-gpu-h20": [
TestFile("quant/test_w4a8_deepseek_v3.py", 371),
],
"nightly": [
TestFile("test_nightly_gsm8k_eval.py"),
],