chore: use torch 2.6 for sgl-kernel build (#5898)

This commit is contained in:
Yineng Zhang
2025-04-29 17:51:18 -07:00
committed by GitHub
parent e3a5304475
commit a043f7f2ab
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ if [ ${CUDA_VERSION} = "12.8" ]; then
TORCH_INSTALL="pip install --no-cache-dir --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${CUDA_VERSION//.}"
else
DOCKER_IMAGE="pytorch/manylinux-builder:cuda${CUDA_VERSION}"
TORCH_INSTALL="pip install --no-cache-dir torch==2.5.1 --index-url https://download.pytorch.org/whl/cu${CUDA_VERSION//.}"
TORCH_INSTALL="pip install --no-cache-dir torch==2.6.0 --index-url https://download.pytorch.org/whl/cu${CUDA_VERSION//.}"
fi
docker run --rm \