Skip to content

Commit 3e032c0

Browse files
authored
use v0.6.4.post1 for sgl-kernel ci (sgl-project#3071)
1 parent 44e12ce commit 3e032c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test-sgl-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install
4040
run: |
41-
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm
41+
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm==0.6.4.post1
4242
pip3 uninstall sgl-kernel -y || true
4343
find . -name index.lock -delete
4444
cd sgl-kernel

0 commit comments

Comments
 (0)