aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/platform
diff options
context:
space:
mode:
authorGravatar Bjørn Moholt <bjorn-moholt@hotmail.com>2018-07-07 18:06:01 +0200
committerGravatar Bjørn Moholt <bjorn-moholt@hotmail.com>2018-07-07 18:06:01 +0200
commita1339197d305f014d5a0dbe29c865fc69d66cf5c (patch)
tree438836c89854a5bd46cb884f105a5054695efed1 /tensorflow/python/platform
parent3a8b3f585b0562a9f4913373a12b0e92cddf1589 (diff)
Correct CUDA download link
Diffstat (limited to 'tensorflow/python/platform')
-rw-r--r--tensorflow/python/platform/self_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/platform/self_check.py b/tensorflow/python/platform/self_check.py
index 966a094e55..844ae99918 100644
--- a/tensorflow/python/platform/self_check.py
+++ b/tensorflow/python/platform/self_check.py
@@ -78,7 +78,7 @@ def preload_check():
"Could not find %r. TensorFlow requires that this DLL be "
"installed in a directory that is named in your %%PATH%% "
"environment variable. Download and install CUDA %s from "
- "this URL: https://developer.nvidia.com/cuda-toolkit"
+ "this URL: https://developer.nvidia.com/cuda-90-download-archive"
% (build_info.cudart_dll_name, build_info.cuda_version_number))
if hasattr(build_info, "cudnn_dll_name") and hasattr(