We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fcc14 commit 6adb27bCopy full SHA for 6adb27b
docs/overview.md
@@ -51,7 +51,7 @@ cd addons
51
52
# If building GPU Ops (Requires CUDA 10.0 and CuDNN 7)
53
export TF_NEED_CUDA=1
54
-export CUDA_HOME="/path/to/cuda10" (default: /usr/local/cuda)
+export CUDA_TOOLKIT_PATH="/path/to/cuda10" (default: /usr/local/cuda)
55
export CUDNN_INSTALL_PATH="/path/to/cudnn" (default: /usr/lib/x86_64-linux-gnu)
56
57
# This script links project with TensorFlow dependency
0 commit comments