Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating install_linux.md for cuDNN 6. #12602

Merged
merged 2 commits into from
Aug 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions tensorflow/docs_src/install/install_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ must be installed on your system:
`LD_LIBRARY_PATH` environment variable as described in the
NVIDIA documentation.
* The NVIDIA drivers associated with CUDA Toolkit 8.0.
* cuDNN v5.1. For details, see
* cuDNN v6. For details, see
[NVIDIA's documentation](https://developer.nvidia.com/cudnn).
Ensure that you create the `CUDA_HOME` environment variable as
described in the NVIDIA documentation.
Expand All @@ -55,7 +55,7 @@ TensorFlow with GPU support, but only if you do the following:
* Install TensorFlow from sources as documented in
@{$install_sources$Installing TensorFlow from Sources}.
* Install or upgrade to at least the following NVIDIA versions:
* CUDA toolkit 7.0 or greater
* CUDA toolkit 8.0 or greater
* cuDNN v3 or greater
* GPU card with CUDA Compute Capability 3.0 or higher.

Expand Down