From 5483e56a150efb1e4f01ee0cc4d251626647716d Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Tue, 21 Nov 2023 10:59:38 -0800 Subject: [PATCH] use cuda11.8 for building wheels --- ci/install_cuda.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/install_cuda.sh b/ci/install_cuda.sh index 6c86d921..cb324899 100755 --- a/ci/install_cuda.sh +++ b/ci/install_cuda.sh @@ -1,9 +1,9 @@ yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo yum install --setopt=obsoletes=0 -y \ - cuda-nvcc-11-2 \ - cuda-cudart-devel-11-2 \ - libcurand-devel-11-2 \ - libcublas-devel-11-2 \ - cuda-nvprof-11-2 \ + cuda-nvcc-11-8 \ + cuda-cudart-devel-11-8 \ + libcurand-devel-11-8 \ + libcublas-devel-11-8 \ + cuda-nvprof-11-8 \ ninja-build -ln -s cuda-11.2 /usr/local/cuda +ln -s cuda-11.8 /usr/local/cuda