Fix CI of test_patch_torch (#4844)

This commit is contained in:
fzyzcjy
2025-03-28 12:22:45 +08:00
committed by GitHub
parent 62dd95870c
commit 0d3e3072ee
2 changed files with 6 additions and 1 deletions

View File

@@ -115,6 +115,12 @@ jobs:
cd test/srt
python3 test_verl_engine.py
- name: Test Patch Torch
timeout-minutes: 10
run: |
cd test/srt
python3 test_patch_torch.py
- name: Test expert parallelism (EP=2)
timeout-minutes: 10
run: |