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:
-rw-r--r--ffi.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.lua b/ffi.lua
index 4138f8e..dd8fc06 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