"tests/scripts/vscode:/vscode.git/clone" did not exist on "f87e98e4b5e611854b11f290d827af58ac4a514e"
Unverified Commit 3e032c07 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

use v0.6.4.post1 for sgl-kernel ci (#3071)

parent 44e12ce4
...@@ -38,7 +38,7 @@ jobs: ...@@ -38,7 +38,7 @@ jobs:
- name: Install - name: Install
run: | run: |
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm==0.6.4.post1
pip3 uninstall sgl-kernel -y || true pip3 uninstall sgl-kernel -y || true
find . -name index.lock -delete find . -name index.lock -delete
cd sgl-kernel cd sgl-kernel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment