Fix CI of test_patch_torch (#4844)
This commit is contained in:
6
.github/workflows/pr-test.yml
vendored
6
.github/workflows/pr-test.yml
vendored
@@ -115,6 +115,12 @@ jobs:
|
|||||||
cd test/srt
|
cd test/srt
|
||||||
python3 test_verl_engine.py
|
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)
|
- name: Test expert parallelism (EP=2)
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ suites = {
|
|||||||
TestFile("test_openai_server.py", 124),
|
TestFile("test_openai_server.py", 124),
|
||||||
TestFile("test_penalty.py", 41),
|
TestFile("test_penalty.py", 41),
|
||||||
TestFile("test_page_size.py", 60),
|
TestFile("test_page_size.py", 60),
|
||||||
TestFile("test_patch_torch.py", 60),
|
|
||||||
TestFile("test_pytorch_sampling_backend.py", 66),
|
TestFile("test_pytorch_sampling_backend.py", 66),
|
||||||
TestFile("test_radix_attention.py", 167),
|
TestFile("test_radix_attention.py", 167),
|
||||||
TestFile("test_reasoning_content.py", 89),
|
TestFile("test_reasoning_content.py", 89),
|
||||||
|
|||||||
Reference in New Issue
Block a user