sync the upstream updates of flashinfer (#3051)

This commit is contained in:
Yineng Zhang
2025-01-22 20:33:13 +08:00
committed by GitHub
parent 9f8f2c7f74
commit bcda0c9ee6
3 changed files with 8 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ jobs:
run: |
pip3 install torch==2.5.1 && pip3 install pytest && pip3 install vllm
pip3 uninstall sgl-kernel -y || true
find . -name index.lock -delete
cd sgl-kernel
git submodule deinit --all --force && git submodule sync --recursive && git submodule update --init --force --recursive
pip3 install .