File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ install_cuda () {
59
59
60
60
# Ensure that the libraries are properly installed
61
61
(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
63
63
(test_filepath " ${env_name} " libnvidia-ml.so) || return 1
64
64
65
65
echo " [INSTALL] Appending libcuda.so path to LD_LIBRARY_PATH ..."
@@ -163,6 +163,7 @@ install_cudnn () {
163
163
[" 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"
164
164
[" 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"
165
165
[" 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"
166
167
)
167
168
168
169
# Split version string by dot into array, i.e. 11.7.1 => [11, 7, 1]
You can’t perform that action at this time.
0 commit comments