feat: support sgl-kernel cu129 (#8800)
This commit is contained in:
@@ -21,7 +21,10 @@ else
|
||||
BUILDER_NAME="pytorch/manylinux2_28-builder"
|
||||
fi
|
||||
|
||||
if [ ${CUDA_VERSION} = "12.8" ]; then
|
||||
if [ ${CUDA_VERSION} = "12.9" ]; then
|
||||
DOCKER_IMAGE="${BUILDER_NAME}:cuda${CUDA_VERSION}"
|
||||
TORCH_INSTALL="pip install --no-cache-dir torch==2.8.0 --index-url https://download.pytorch.org/whl/test/cu129"
|
||||
elif [ ${CUDA_VERSION} = "12.8" ]; then
|
||||
DOCKER_IMAGE="${BUILDER_NAME}:cuda${CUDA_VERSION}"
|
||||
TORCH_INSTALL="pip install --no-cache-dir torch==2.8.0 --index-url https://download.pytorch.org/whl/test/cu128"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user