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
475a249b
"vscode:/vscode.git/clone" did not exist on "da8e2a04479f96ad9c57eaf25ed26b79b239b05c"
Unverified
Commit
475a249b
authored
Jul 11, 2025
by
Cheng Wan
Committed by
GitHub
Jul 11, 2025
Browse files
temporarily disable deepep-8-gpu and activate two small tests (#7961)
parent
191d836f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+21
-21
test/srt/test_deepep_small.py
test/srt/test_deepep_small.py
+2
-2
No files found.
.github/workflows/pr-test.yml
View file @
475a249b
...
...
@@ -324,33 +324,33 @@ jobs:
cd test/srt
python3 run_suite.py --suite per-commit-4-gpu-deepep
unit-test-deepep-8-gpu
:
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
github.event.pull_request.draft ==
false
runs-on
:
8-gpu-runner
needs
:
[
unit-test-deepep-4-gpu
,
]
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v4
-
name
:
Install dependencies
run
:
|
bash scripts/ci_install_deepep.sh
-
name
:
Run test
timeout-minutes
:
20
run
:
|
cd test/srt
python3 run_suite.py --suite per-commit-8-gpu-deepep
#
unit-test-deepep-8-gpu:
#
if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
#
github.event.pull_request.draft == false
#
runs-on: 8-gpu-runner
#
needs: [
#
unit-test-deepep-4-gpu,
#
]
#
steps:
#
- name: Checkout code
#
uses: actions/checkout@v4
#
#
- name: Install dependencies
#
run: |
#
bash scripts/ci_install_deepep.sh
#
#
- name: Run test
#
timeout-minutes: 20
#
run: |
#
cd test/srt
#
python3 run_suite.py --suite per-commit-8-gpu-deepep
finish
:
if
:
always()
needs
:
[
unit-test-frontend
,
unit-test-backend-1-gpu
,
unit-test-backend-2-gpu
,
unit-test-backend-4-gpu
,
unit-test-backend-8-gpu
,
performance-test-1-gpu-part-1
,
performance-test-1-gpu-part-2
,
performance-test-2-gpu
,
accuracy-test-1-gpu
,
accuracy-test-2-gpu
,
unit-test-deepep-4-gpu
,
unit-test-deepep-8-gpu
,
accuracy-test-1-gpu
,
accuracy-test-2-gpu
,
unit-test-deepep-4-gpu
,
#
unit-test-deepep-8-gpu,
]
runs-on
:
ubuntu-latest
steps
:
...
...
test/srt/test_deepep_small.py
View file @
475a249b
...
...
@@ -144,7 +144,7 @@ class TestTP(CustomTestCase):
self
.
assertGreater
(
metrics
[
"accuracy"
],
0.62
)
@
unittest
.
skip
(
"covered in test_deepep_large.py"
)
#
@unittest.skip("covered in test_deepep_large.py")
class
TestNoGatherdBuffer
(
CustomTestCase
):
@
classmethod
def
setUpClass
(
cls
):
...
...
@@ -239,7 +239,7 @@ class TestTBO(CustomTestCase):
self
.
assertGreater
(
metrics
[
"accuracy"
],
0.62
)
@
unittest
.
skip
(
"covered in TestMTPWithTBO"
)
#
@unittest.skip("covered in TestMTPWithTBO")
class
TestMTP
(
CustomTestCase
):
@
classmethod
def
setUpClass
(
cls
):
...
...
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