Add DeepEP tests into CI (#4737)
This commit is contained in:
6
.github/workflows/pr-test.yml
vendored
6
.github/workflows/pr-test.yml
vendored
@@ -121,6 +121,12 @@ jobs:
|
||||
cd test/srt
|
||||
python3 test_moe_ep.py
|
||||
|
||||
- name: Test DeepEP expert parallelism (EP=2)
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
cd test/srt
|
||||
python3 test_moe_deepep.py
|
||||
|
||||
- name: Test torch compile (TP=2)
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user