Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
0d3e3072
Unverified
Commit
0d3e3072
authored
Mar 28, 2025
by
fzyzcjy
Committed by
GitHub
Mar 27, 2025
Browse files
Fix CI of test_patch_torch (#4844)
parent
62dd9587
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+6
-0
test/srt/run_suite.py
test/srt/run_suite.py
+0
-1
No files found.
.github/workflows/pr-test.yml
View file @
0d3e3072
...
@@ -115,6 +115,12 @@ jobs:
...
@@ -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
:
|
...
...
test/srt/run_suite.py
View file @
0d3e3072
...
@@ -46,7 +46,6 @@ suites = {
...
@@ -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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment