Skip to content

Commit 1d1238e

Browse files
committed
chore: remain on cu126
1 parent b8f9cf4 commit 1d1238e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_wheel_cugraph-pyg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CUGRAPH_PYG_WHEELHOUSE=$(RAPIDS_PY_WHEEL_NAME="${package_name}_${RAPIDS_PY_CUDA_
1818
CUDA_MAJOR="${RAPIDS_CUDA_VERSION%%.*}"
1919

2020
if [[ "${CUDA_MAJOR}" == "12" ]]; then
21-
PYTORCH_INDEX="https://download.pytorch.org/whl/cu129"
21+
PYTORCH_INDEX="https://download.pytorch.org/whl/cu126"
2222
else
2323
PYTORCH_INDEX="https://download.pytorch.org/whl/cu130"
2424
fi

0 commit comments

Comments
 (0)