chore: use torch 2.8 stable (#8880)

This commit is contained in:
Yineng Zhang
2025-08-06 15:51:40 -07:00
committed by GitHub
parent 78aad91037
commit cbbd685a46
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,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]" --extra-index-url https://download.pytorch.org/whl/test/${CU_VERSION} --break-system-packages
pip install -e "python[dev]" --extra-index-url https://download.pytorch.org/whl/${CU_VERSION} --break-system-packages
# Show current packages
pip list