Skip to content

Commit 9263014

Browse files
committed
Python Configure Update
1 parent 92d067a commit 9263014

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

site/en/install/source_windows.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -138,35 +138,41 @@ differ):
138138
<h4 class="showalways">View sample configuration session</h4>
139139
<pre class="devsite-terminal tfo-terminal-windows">
140140
python ./configure.py
141-
Starting local Bazel server and connecting to it...
142-
................
143-
You have bazel 0.15.0 installed.
144-
Please specify the location of python. [Default is C:\python36\python.exe]:
141+
You have bazel 5.3.0 installed.
142+
Please specify the location of python. [Default is C:\Python310\python.exe]:
145143

146-
Found possible Python library paths:
147-
C:\python36\lib\site-packages
148-
Please input the desired Python library path to use. Default is [C:\python36\lib\site-packages]
149-
150-
Do you wish to build TensorFlow with CUDA support? [y/N]: <b>Y</b>
151-
CUDA support will be enabled for TensorFlow.
152-
153-
Please specify the CUDA SDK version you want to use. [Leave empty to default to CUDA 9.0]:
154144

155-
Please specify the location where CUDA 9.0 toolkit is installed. Refer to README.md for more details. [Default is C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0]:
145+
Found possible Python library paths:
146+
D:\user\mraunak\venv310\lib\site-packages
147+
Please input the desired Python library path to use. Default is [D:\user\mraunak\venv310\lib\site-packages]
156148

157-
Please specify the cuDNN version you want to use. [Leave empty to default to cuDNN 7.0]: <b>7.0</b>
149+
Do you wish to build TensorFlow with ROCm support? [y/N]:
150+
No ROCm support will be enabled for TensorFlow.
158151

159-
Please specify the location where cuDNN 7 library is installed. Refer to README.md for more details. [Default is C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0]: <b>C:\tools\cuda</b>
160152

161-
Please specify a list of comma-separated Cuda compute capabilities you want to build with.
162-
You can find the compute capability of your device at: https://developer.nvidia.com/cuda-gpus.
163-
Please note that each additional compute capability significantly increases your build time and binary size. [Default is: 3.5,7.0]: <b>3.7</b>
153+
WARNING: Cannot build with CUDA support on Windows.
154+
Starting in TF 2.11, CUDA build is not supported for Windows. For using TensorFlow GPU on Windows, you will need to build/install TensorFlow in WSL2.
164155

165156
Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is /arch:AVX]:
166157

158+
167159
Would you like to override eigen strong inline for some C++ compilation to reduce the compilation time? [Y/n]:
168160
Eigen strong inline overridden.
169161

162+
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]:
163+
Not configuring the WORKSPACE for Android builds.
164+
165+
Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
166+
--config=mkl # Build with MKL support.
167+
--config=mkl_aarch64 # Build with oneDNN and Compute Library for the Arm Architecture (ACL).
168+
--config=monolithic # Config for mostly static monolithic build.
169+
--config=numa # Build with NUMA support.
170+
--config=dynamic_kernels # (Experimental) Build kernels into separate shared objects.
171+
--config=v1 # Build with TensorFlow 1 API instead of TF 2 API.
172+
Preconfigured Bazel build configs to DISABLE default on features:
173+
--config=nogcp # Disable GCP support.
174+
--config=nonccl # Disable NVIDIA NCCL support.
175+
170176
Configuration finished
171177
</pre>
172178
</section>

0 commit comments

Comments
 (0)