Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOyesh Mann Singh <oyeshsin@hotmail.com>2016-12-05 02:59:40 +0300
committerGitHub <noreply@github.com>2016-12-05 02:59:40 +0300
commit4869c63e198b6d82b4ceb3f541391285d7136a04 (patch)
tree59297cc6a6ddb19d89ed65be3c7b31c2e40d8d54
parent4e95c7d8e41ddc26eb3b56c76dec4e4afbcab051 (diff)
Updated commented error message section
This proposed change will ease the people to directly copy/paste the 'export' command from the error message to their terminal.
-rw-r--r--ffi.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.lua b/ffi.lua
index d5b5f8c..47c82eb 100644
--- a/ffi.lua
+++ b/ffi.lua
@@ -1607,7 +1607,7 @@ your library load path (for example /usr/local/lib , or manually add a path to L
Alternatively, set the path to libcudnn.so.5 or libcudnn.5.dylib
to the environment variable CUDNN_PATH and rerun torch.
-For example: export CUDNN_PATH = "/usr/local/cuda/lib64/libcudnn.so.5"
+For example: export CUDNN_PATH="/usr/local/cuda/lib64/libcudnn.so.5"
]])
end
end