Skip to content

Commit 4db8e80

Browse files
MichaelHudginscopybara-github
authored andcommitted
Automated rollback of commit ac84b12
PiperOrigin-RevId: 537944155
1 parent ac84b12 commit 4db8e80

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

site/en/install/source.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,17 @@ git checkout <em>branch_name</em> # r2.2, r2.3, etc.
102102
</pre>
103103

104104

105-
## Configure the build
105+
## Optional: Configure the build
106106

107107
TensorFlow builds are configured by the `.bazelrc` file in the repository's
108108
root directory. The `./configure` or `./configure.py` scripts can be used to
109109
adjust common settings.
110110

111-
Please run the `./configure` script from the repository's root directory. This
112-
script will prompt you for the location of TensorFlow dependencies and asks for
113-
additional build configuration options (compiler flags, for example). Refer to
114-
the _Sample session_ section for details.
111+
If you need to change the configuration, run the `./configure` script from
112+
the repository's root directory. This script will prompt you for the location of
113+
TensorFlow dependencies and asks for additional build configuration options
114+
(compiler flags, for example). Refer to the _Sample session_ section for
115+
details.
115116

116117
<pre class="devsite-terminal devsite-click-to-copy">
117118
./configure
@@ -131,28 +132,24 @@ session may differ):
131132
<h4 class="showalways">View sample configuration session</h4>
132133
<pre class="devsite-terminal">
133134
./configure
134-
You have bazel 6.1.0 installed.
135+
You have bazel 5.0.0 installed.
135136
Please specify the location of python. [Default is /Library/Frameworks/Python.framework/Versions/3.9/bin/python3]:
136137

137138

138139
Found possible Python library paths:
139140
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
140141
Please input the desired Python library path to use. Default is [/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages]
141142

142-
Do you wish to build TensorFlow with ROCm support? [y/N]:
143+
Do you wish to build TensorFlow with ROCm support? [y/N]: n
143144
No ROCm support will be enabled for TensorFlow.
144145

145-
Do you wish to build TensorFlow with CUDA support? [y/N]:
146+
Do you wish to build TensorFlow with CUDA support? [y/N]: n
146147
No CUDA support will be enabled for TensorFlow.
147148

148-
Do you want to use Clang to build TensorFlow? [Y/n]:
149-
Clang will be used to compile TensorFlow.
149+
Do you wish to download a fresh release of clang? (Experimental) [y/N]: n
150+
Clang will not be downloaded.
150151

151-
Please specify the path to clang executable. [Default is /usr/lib/llvm-16/bin/clang]:
152-
153-
You have Clang 16.0.4 installed.
154-
155-
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]:
152+
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]: n
156153

157154

158155
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: n

0 commit comments

Comments
 (0)