Skip to content

Commit

Permalink
Upgrade nvidia driver directory
Browse files Browse the repository at this point in the history
nvidia-384 seems to be the latest.
  • Loading branch information
sjperkins committed Nov 3, 2017
1 parent 51be45c commit 828491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pre-requisites
$ export LD_LIBRARY_PATH=$CUDNN_HOME/lib64:$LD_LIBRARY_PATH
# Latest NVIDIA drivers
$ export LD_LIBRARY_PATH=/usr/lib/nvidia-375:$LD_LIBRARY_PATH
$ export LD_LIBRARY_PATH=/usr/lib/nvidia-384:$LD_LIBRARY_PATH
If the installer cannot find CUDA it will only install the `CPU version of tensorflow <tensorflow-cpu_>`_
and only **compile multi-threaded CPU operators**.
Expand Down

0 comments on commit 828491a

Please sign in to comment.