chore: upgrade torch 2.8.0 (#8836)

This commit is contained in:
Yineng Zhang
2025-08-05 17:32:01 -07:00
committed by GitHub
parent c1d2061f97
commit 3ae8e3ea8f
4 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ rm -rf /usr/local/lib/python3.10/dist-packages/flashinfer*
rm -rf /usr/local/lib/python3.10/dist-packages/sgl_kernel*
# Install the main package
pip install -e "python[dev]"
pip install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/test/cu126
# Show current packages
pip list