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

fix torchvision::nms not exist (#5671)

parent 8777a1d2
......@@ -88,7 +88,7 @@ jobs:
- name: Install
run: |
bash scripts/ci_install_dependency.sh
pip3 install torch==2.6.0 && pip3 install pytest
pip3 install torch==2.6.0 torchvision && pip3 install pytest
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
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