From 44acd839c57494860666c799afd24360f1df3bed Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 1 Oct 2018 13:42:40 -0700 Subject: Fix reported cuDNN default version during configuration. PiperOrigin-RevId: 215272308 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') 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( -- cgit v1.2.3