Add DeepEP to CI PR Test (#5655)

Co-authored-by: Jinyan Chen <jinyanc@nvidia.com>
This commit is contained in:
Jinyan Chen
2025-05-07 08:36:03 +08:00
committed by GitHub
parent aff584fa54
commit 8a828666a3
10 changed files with 1607 additions and 3 deletions

View File

@@ -96,6 +96,9 @@ suites = {
TestFile("test_verl_engine.py", 64),
],
"per-commit-8-gpu": [
TestFile("test_deepep_intranode.py", 50),
TestFile("test_deepep_low_latency.py", 50),
TestFile("test_moe_deepep_eval_accuracy_large.py", 250),
TestFile("test_local_attn.py", 250),
TestFile("test_full_deepseek_v3.py", 250),
TestFile("test_fa3.py", 30),