Skip to content

Commit e12e8c7

Browse files
committed
https://github.com/pytorch/pytorch/pull/138899
1 parent 4fa7abc commit e12e8c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/utils_cuda.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_cuda () {
5959

6060
# Ensure that the libraries are properly installed
6161
(test_filepath "${env_name}" libcuda.so) || return 1
62-
(test_filepath "${env_name}" libnvToolsExt.so) || return 1
62+
# (test_filepath "${env_name}" libnvToolsExt.so) || return 1
6363
(test_filepath "${env_name}" libnvidia-ml.so) || return 1
6464

6565
echo "[INSTALL] Appending libcuda.so path to LD_LIBRARY_PATH ..."
@@ -163,6 +163,7 @@ install_cudnn () {
163163
["118"]="https://developer.download.nvidia.com/compute/redist/cudnn/v8.7.0/local_installers/11.8/cudnn-${PLATFORM_NAME_LC}-8.7.0.84_cuda11-archive.tar.xz"
164164
["121"]="https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda12-archive.tar.xz"
165165
["124"]="https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda12-archive.tar.xz"
166+
["126"]="https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.5.1.17_cuda12-archive.tar.xz"
166167
)
167168

168169
# Split version string by dot into array, i.e. 11.7.1 => [11, 7, 1]

0 commit comments

Comments
 (0)