mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
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
This commit is contained in:
committed by
TensorFlower Gardener
parent
59bffb7051
commit
b15500be31
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user