We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f9cf4 commit 1d1238eCopy full SHA for 1d1238e
ci/test_wheel_cugraph-pyg.sh
@@ -18,7 +18,7 @@ CUGRAPH_PYG_WHEELHOUSE=$(RAPIDS_PY_WHEEL_NAME="${package_name}_${RAPIDS_PY_CUDA_
18
CUDA_MAJOR="${RAPIDS_CUDA_VERSION%%.*}"
19
20
if [[ "${CUDA_MAJOR}" == "12" ]]; then
21
- PYTORCH_INDEX="https://download.pytorch.org/whl/cu129"
+ PYTORCH_INDEX="https://download.pytorch.org/whl/cu126"
22
else
23
PYTORCH_INDEX="https://download.pytorch.org/whl/cu130"
24
fi
0 commit comments