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

This commit is contained in:
Yineng Zhang
2025-01-23 14:19:38 +08:00
committed by GitHub
parent 44e12ce463
commit 3e032c07cc

View File

@@ -38,7 +38,7 @@ jobs:
- name: Install
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
find . -name index.lock -delete
cd sgl-kernel