aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-08 12:04:38 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-08 15:43:55 -0700
commitb15500be31f29850c73804b8694e4f0f01b82305 (patch)
tree2a82294405dd4daddf74c5df949c90770dee17b9
parent59bffb7051231c7e0f8020892db8c3d584c555f4 (diff)
Remove outdated CUDA SDK string (the text is now consistent with other version choices, and the '9.0' format is already present in the default).
PiperOrigin-RevId: 195855416
-rw-r--r--configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index b745e374a2..7d04d3a14f 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.