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
aeac900c
Unverified
Commit
aeac900c
authored
Aug 06, 2025
by
Yineng Zhang
Committed by
GitHub
Aug 06, 2025
Browse files
fix: resolve ci issue (#8859)
parent
4fc5f2f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/vllm-dependency-test.yml
.github/workflows/vllm-dependency-test.yml
+2
-1
No files found.
.github/workflows/vllm-dependency-test.yml
View file @
aeac900c
...
@@ -29,9 +29,10 @@ jobs:
...
@@ -29,9 +29,10 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
bash scripts/ci_install_dependency.sh
pip install "vllm==0.10.0"
pip install "vllm==0.10.0"
pip install "bitsandbytes>=0.44.0"
pip install "bitsandbytes>=0.44.0"
bash scripts/ci_install_dependency.sh
pip3 install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
-
name
:
Run VLLM dependency tests
-
name
:
Run VLLM dependency tests
timeout-minutes
:
60
timeout-minutes
:
60
...
...
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