Skip to content

Commit 4713fbf

Browse files
authored
Updated session details with new console output
Updated session details with new console output . Fixes #32085
1 parent 993919c commit 4713fbf

File tree

1 file changed

+18
-40
lines changed

1 file changed

+18
-40
lines changed

site/en/install/source.md

Lines changed: 18 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ git checkout <em>branch_name</em> # r2.2, r2.3, etc.
9292
Configure your system build by running the `./configure` at the root of your
9393
TensorFlow source tree. This script prompts you for the location of TensorFlow
9494
dependencies and asks for additional build configuration options (compiler
95-
flags, for example).
95+
flags, for example). Please refer "Sample session" section for details.
9696

9797
<pre class="devsite-terminal devsite-click-to-copy">
9898
./configure
@@ -111,65 +111,43 @@ session may differ):
111111
<h4 class="showalways">View sample configuration session</h4>
112112
<pre class="devsite-terminal">
113113
./configure
114-
You have bazel 3.0.0 installed.
115-
Please specify the location of python. [Default is /usr/bin/python3]:
114+
You have bazel 5.0.0 installed.
115+
Please specify the location of python. [Default is /Library/Frameworks/Python.framework/Versions/3.9/bin/python3]:
116116

117117

118118
Found possible Python library paths:
119-
/usr/lib/python3/dist-packages
120-
/usr/local/lib/python3.6/dist-packages
121-
Please input the desired Python library path to use. Default is [/usr/lib/python3/dist-packages]
119+
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
120+
Please input the desired Python library path to use. Default is [/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages]
122121

123-
Do you wish to build TensorFlow with OpenCL SYCL support? [y/N]:
124-
No OpenCL SYCL support will be enabled for TensorFlow.
125-
126-
Do you wish to build TensorFlow with ROCm support? [y/N]:
122+
Do you wish to build TensorFlow with ROCm support? [y/N]: n
127123
No ROCm support will be enabled for TensorFlow.
128124

129-
Do you wish to build TensorFlow with CUDA support? [y/N]: Y
130-
CUDA support will be enabled for TensorFlow.
131-
132-
Do you wish to build TensorFlow with TensorRT support? [y/N]:
133-
No TensorRT support will be enabled for TensorFlow.
134-
135-
Found CUDA 10.1 in:
136-
/usr/local/cuda-10.1/targets/x86_64-linux/lib
137-
/usr/local/cuda-10.1/targets/x86_64-linux/include
138-
Found cuDNN 7 in:
139-
/usr/lib/x86_64-linux-gnu
140-
/usr/include
141-
142-
143-
Please specify a list of comma-separated CUDA compute capabilities you want to build with.
144-
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus. Each capability can be specified as "x.y" or "compute_xy" to include both virtual and binary GPU code, or as "sm_xy" to only include the binary code.
145-
Please note that each additional compute capability significantly increases your build time and binary size, and that TensorFlow only supports compute capabilities >= 3.5 [Default is: 3.5,7.0]: 6.1
125+
Do you wish to build TensorFlow with CUDA support? [y/N]: n
126+
No CUDA support will be enabled for TensorFlow.
146127

128+
Do you wish to download a fresh release of clang? (Experimental) [y/N]: n
129+
Clang will not be downloaded.
147130

148-
Do you want to use clang as CUDA compiler? [y/N]:
149-
nvcc will be used as CUDA compiler.
131+
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]: n
150132

151-
Please specify which gcc should be used by nvcc as the host compiler. [Default is /usr/bin/gcc]:
152133

153-
154-
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -march=native -Wno-sign-compare]:
155-
156-
157-
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]:
134+
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: n
158135
Not configuring the WORKSPACE for Android builds.
159136

137+
Do you wish to build TensorFlow with iOS support? [y/N]: n
138+
No iOS support will be enabled for TensorFlow.
139+
160140
Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
161141
--config=mkl # Build with MKL support.
142+
--config=mkl_aarch64 # Build with oneDNN and Compute Library for the Arm Architecture (ACL).
162143
--config=monolithic # Config for mostly static monolithic build.
163-
--config=ngraph # Build with Intel nGraph support.
164144
--config=numa # Build with NUMA support.
165145
--config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.
166-
--config=v2 # Build TensorFlow 2.x instead of 1.x.
146+
--config=v1 # Build with TensorFlow 1 API instead of TF 2 API.
167147
Preconfigured Bazel build configs to DISABLE default on features:
168-
--config=noaws # Disable AWS S3 filesystem support.
169148
--config=nogcp # Disable GCP support.
170-
--config=nohdfs # Disable HDFS support.
171149
--config=nonccl # Disable NVIDIA NCCL support.
172-
Configuration finished
150+
173151
</pre>
174152
</section>
175153

0 commit comments

Comments
 (0)