Unverified Commit a42213db authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix pr-test-sgl-kernel (#3036)

parent 0ac019f1
......@@ -35,15 +35,13 @@ jobs:
runs-on: 1-gpu-runner
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install
run: |
pip3 install torch==2.5.1
pip3 install pytest
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm
pip3 uninstall sgl-kernel -y || true
cd sgl-kernel
git submodule deinit --all --force && git submodule sync --recursive && git submodule update --init --force --recursive
pip3 install .
pip3 list | grep 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