You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure
+4-4
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,12 @@ while true; do
64
64
# Retry
65
65
done
66
66
67
-
# Find out where the CUDNN library is installed
67
+
# Find out where the cuDNN library is installed
68
68
whiletrue;do
69
69
fromuser=""
70
70
if [ -z"$CUDNN_INSTALL_PATH" ];then
71
71
default_cudnn_path=${CUDA_TOOLKIT_PATH}
72
-
read -p "Please specify the location where CUDNN 6.5 V2 library is installed. Refer to README.md for more details. [Default is $default_cudnn_path]: " CUDNN_INSTALL_PATH
72
+
read -p "Please specify the location where cuDNN v2 library is installed. Refer to README.md for more details. [Default is $default_cudnn_path]: " CUDNN_INSTALL_PATH
73
73
fromuser="1"
74
74
if [ -z"$CUDNN_INSTALL_PATH" ];then
75
75
CUDNN_INSTALL_PATH=$default_cudnn_path
@@ -81,7 +81,7 @@ while true; do
81
81
if [ -e"$CUDNN_INSTALL_PATH/libcudnn.so.6.5"-o-e"$CUDNN_INSTALL_PATH/lib64/libcudnn.so.6.5" ];then
82
82
break
83
83
fi
84
-
echo"Invalid path to CUDNN 6.5 V2 toolkit. Neither of the following two files can be found:"
84
+
echo"Invalid path to cuDNN v2 toolkit. Neither of the following two files can be found:"
0 commit comments