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
a42213db
Unverified
Commit
a42213db
authored
Jan 22, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 22, 2025
Browse files
fix pr-test-sgl-kernel (#3036)
parent
0ac019f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+2
-4
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
a42213db
...
@@ -35,15 +35,13 @@ jobs:
...
@@ -35,15 +35,13 @@ jobs:
runs-on
:
1-gpu-runner
runs-on
:
1-gpu-runner
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
with
:
submodules
:
'
recursive'
-
name
:
Install
-
name
:
Install
run
:
|
run
:
|
pip3 install torch==2.5.1
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm
pip3 install pytest
pip3 uninstall sgl-kernel -y || true
pip3 uninstall sgl-kernel -y || true
cd sgl-kernel
cd sgl-kernel
git submodule deinit --all --force && git submodule sync --recursive && git submodule update --init --force --recursive
pip3 install .
pip3 install .
pip3 list | grep sgl-kernel
pip3 list | grep sgl-kernel
...
...
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