aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-05-08 17:14:55 -0700
committerGravatar Yifei Feng <yifeif@google.com>2018-05-08 17:14:55 -0700
commit24c9174f84be94043e58ac4536295a3d44d82678 (patch)
tree92f6cfd82d9ad2c295ec8a45bd7df8d5b5d6ee0f /configure.py
parentc0fb9413914d983cad2ea6bb4997033a1f0dd722 (diff)
parent14d5f219f33b1ab8e0a67b84d97204d046adb91f (diff)
Merge commit for internal changes
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index fe15bfc1a4..6d9aba61bb 100644
--- a/configure.py
+++ b/configure.py
@@ -845,8 +845,8 @@ def reformat_version_sequence(version_str, sequence_count):
def set_tf_cuda_version(environ_cp):
"""Set CUDA_TOOLKIT_PATH and TF_CUDA_VERSION."""
ask_cuda_version = (
- 'Please specify the CUDA SDK version you want to use, '
- 'e.g. 7.0. [Leave empty to default to CUDA %s]: ') % _DEFAULT_CUDA_VERSION
+ 'Please specify the CUDA SDK version you want to use. '
+ '[Leave empty to default to CUDA %s]: ') % _DEFAULT_CUDA_VERSION
for _ in range(_DEFAULT_PROMPT_ASK_ATTEMPTS):
# Configure the Cuda SDK version to use.