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:
authorngimel <ngimelshein@nvidia.com>2017-07-08 10:45:53 +0300
committerGitHub <noreply@github.com>2017-07-08 10:45:53 +0300
commit008c49de3982119378576fa4244e472a50fd9ebe (patch)
tree40379dfb7f6f5255bc2661edfe987c951b582d6d
parentb898fede27de519c7852f1016778b7bd08d390bb (diff)
parent059454fd7b6a776da57e2fc4149ee23d62fb5eb8 (diff)
Merge pull request #376 from Naruto-Sasuke/patch-1HEADmaster
Update ffi.lua
-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