aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-01 13:42:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-01 13:49:24 -0700
commit44acd839c57494860666c799afd24360f1df3bed (patch)
tree9615239dcad4106d2619ebc69e8b30a9ae61e7b3 /configure.py
parentc86f5941359526b91d85daf844e94ff5d39b2d6c (diff)
Fix reported cuDNN default version during configuration.
PiperOrigin-RevId: 215272308
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 2de2365ff3..57d9574d1f 100644
--- a/configure.py
+++ b/configure.py
@@ -884,7 +884,7 @@ def set_tf_cudnn_version(environ_cp):
"""Set CUDNN_INSTALL_PATH and TF_CUDNN_VERSION."""
ask_cudnn_version = (
'Please specify the cuDNN version you want to use. '
- '[Leave empty to default to cuDNN %s.0]: ') % _DEFAULT_CUDNN_VERSION
+ '[Leave empty to default to cuDNN %s]: ') % _DEFAULT_CUDNN_VERSION
for _ in range(_DEFAULT_PROMPT_ASK_ATTEMPTS):
tf_cudnn_version = get_from_env_or_user_or_default(