File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,13 @@ function install_124 {
140140}
141141
142142function install_126 {
143- echo " Installing CUDA 12.6.2 and cuDNN ${CUDNN_VERSION} and NCCL ${NCCL_VERSION} and cuSparseLt-0.6.2"
143+ echo " Installing CUDA 12.6.3 and cuDNN ${CUDNN_VERSION} and NCCL ${NCCL_VERSION} and cuSparseLt-0.6.2"
144144 rm -rf /usr/local/cuda-12.6 /usr/local/cuda
145- # install CUDA 12.6.2 in the same container
146- wget -q https://developer.download.nvidia.com/compute/cuda/12.6.2 /local_installers/cuda_12.6.2_560 .35.03_linux .run
147- chmod +x cuda_12.6.2_560 .35.03_linux .run
148- ./cuda_12.6.2_560 .35.03_linux .run --toolkit --silent
149- rm -f cuda_12.6.2_560 .35.03_linux .run
145+ # install CUDA 12.6.3 in the same container
146+ wget -q https://developer.download.nvidia.com/compute/cuda/12.6.3 /local_installers/cuda_12.6.3_560 .35.05_linux .run
147+ chmod +x cuda_12.6.3_560 .35.05_linux .run
148+ ./cuda_12.6.3_560 .35.05_linux .run --toolkit --silent
149+ rm -f cuda_12.6.3_560 .35.05_linux .run
150150 rm -f /usr/local/cuda && ln -s /usr/local/cuda-12.6 /usr/local/cuda
151151
152152 # cuDNN license: https://developer.nvidia.com/cudnn/license_agreement
You can’t perform that action at this time.
0 commit comments