We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dd958 commit 0d3e307Copy full SHA for 0d3e307
.github/workflows/pr-test.yml
@@ -115,6 +115,12 @@ jobs:
115
cd test/srt
116
python3 test_verl_engine.py
117
118
+ - name: Test Patch Torch
119
+ timeout-minutes: 10
120
+ run: |
121
+ cd test/srt
122
+ python3 test_patch_torch.py
123
+
124
- name: Test expert parallelism (EP=2)
125
timeout-minutes: 10
126
run: |
test/srt/run_suite.py
@@ -46,7 +46,6 @@ class TestFile:
46
TestFile("test_openai_server.py", 124),
47
TestFile("test_penalty.py", 41),
48
TestFile("test_page_size.py", 60),
49
- TestFile("test_patch_torch.py", 60),
50
TestFile("test_pytorch_sampling_backend.py", 66),
51
TestFile("test_radix_attention.py", 167),
52
TestFile("test_reasoning_content.py", 89),
0 commit comments