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
ee132a45
Unverified
Commit
ee132a45
authored
Mar 08, 2025
by
Yineng Zhang
Committed by
GitHub
Mar 08, 2025
Browse files
use latest sgl-kernel for mla test (#4222)
parent
79a321af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
1 deletion
+32
-1
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+32
-1
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
ee132a45
...
@@ -95,8 +95,39 @@ jobs:
...
@@ -95,8 +95,39 @@ jobs:
run
:
|
run
:
|
pip3 uninstall sgl-kernel -y
pip3 uninstall sgl-kernel -y
mla-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
needs
:
build-wheels
runs-on
:
1-gpu-runner
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Download artifacts
uses
:
actions/download-artifact@v4
with
:
path
:
sgl-kernel/dist/
merge-multiple
:
true
pattern
:
wheel-*
-
name
:
Install
run
:
|
bash scripts/ci_install_dependency.sh
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel
-
name
:
Run test
timeout-minutes
:
30
run
:
|
cd test/srt
python3 test_mla_deepseek_v3.py
-
name
:
Uninstall dependencies
run
:
|
pip3 uninstall sgl-kernel -y
finish
:
finish
:
needs
:
[
unit-test
,
lint
]
needs
:
[
unit-test
,
mla-test
,
lint
]
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Finish
-
name
:
Finish
...
...
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