From 784a8eab4a05c2e79b8a4de595ddc1ff3f2c0d66 Mon Sep 17 00:00:00 2001 From: Tarang Jain Date: Thu, 21 Nov 2024 22:34:58 -0800 Subject: [PATCH] rapids cuda deps from conda-forge --- .github/actions/build_cmake/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_cmake/action.yml b/.github/actions/build_cmake/action.yml index 27e7423dce..aef7001d5c 100644 --- a/.github/actions/build_cmake/action.yml +++ b/.github/actions/build_cmake/action.yml @@ -62,7 +62,7 @@ runs: : # skip torch install via conda, we need to install via pip to get # ROCm-enabled version until it's supported in conda by PyTorch elif [ "${{ inputs.gpu }}" = "ON" ]; then - conda install -y -q "pytorch<2.5" pytorch-cuda=12.4 -c "nvidia/label/cuda-12.4.0" + conda install -y -q "pytorch<2.5" pytorch-cuda=12.4 -c pytorch -c "nvidia/label/cuda-12.4.0" else conda install -y -q pytorch -c pytorch fi