You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
86
80
```
@@ -151,7 +145,7 @@ Note: GPU support is available for Ubuntu and Windows with CUDA®-enabled cards.
151
145
## Software requirements
152
146
153
147
* Python 3.8–3.11
154
-
* pip version 19.0 or higher for Linux (requires `manylinux2014` support) and
148
+
* pip version 19.0 or higher for Linux (requires `manylinux2010` support) and
155
149
Windows. pip version 20.3 or higher for macOS.
156
150
* Windows Native Requires
157
151
[Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads){:.external}
@@ -161,8 +155,8 @@ The following NVIDIA® software are only required for GPU support.
Copy file name to clipboardExpand all lines: site/en/install/source_windows.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ environment.
13
13
### Install Python and the TensorFlow package dependencies
14
14
15
15
Install a
16
-
[Python 3.8+ 64-bit release for Windows](https://www.python.org/downloads/windows/){:.external}.
16
+
[Python 3.9+ 64-bit release for Windows](https://www.python.org/downloads/windows/){:.external}.
17
17
Select *pip* as an optional feature and add it to your `%PATH%` environmental
18
18
variable.
19
19
@@ -69,7 +69,7 @@ Note: TensorFlow is tested against the *Visual Studio 2019*.
69
69
See the Windows [GPU support](./gpu.md) guide to install the drivers and
70
70
additional software required to run TensorFlow on a GPU.
71
71
72
-
Note: This is only for 2.10 or earlier versions, 2.11 or later versions does not support GPU on native-Windows
72
+
Note: GPU support on native-Windows is only available for 2.10 or earlier versions, 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 or use TensorFlow-DirectML-Plugin
73
73
74
74
### Download the TensorFlow source code
75
75
@@ -174,17 +174,6 @@ Preconfigured Bazel build configs to DISABLE default on features:
174
174
</pre>
175
175
</section>
176
176
177
-
### Configuration options
178
-
179
-
For [GPU support](./gpu.md), specify the versions of CUDA and cuDNN. If your
180
-
system has multiple versions of CUDA or cuDNN installed, explicitly set the
181
-
version instead of relying on the default. `./configure.py` creates symbolic
182
-
links to your system's CUDA libraries—so if you update your CUDA library paths,
183
-
this configuration step must be run again before building.
184
-
185
-
Warning: TF-TRT Windows support is provided experimentally. No guarantee is made
186
-
regarding functionality or engineering support. Use at your own risk.
187
-
188
177
## Build and install the pip package
189
178
190
179
The pip package gets built in two steps. A `bazel build` commands creates a
Note: This is only for 2.10 or earlier versions, 2.11 or later versions do not support GPU on native-Windows
203
+
Note: GPU support on native-Windows is only available for 2.10 or earlier versions, 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 or use TensorFlow-DirectML-Plugin
215
204
216
205
To make the TensorFlow package builder with GPU support:
217
206
@@ -318,7 +307,6 @@ Note: Starting in TF 2.11, CUDA build is not supported for Windows. For using Te
@@ -350,7 +338,7 @@ Note: Starting in TF 2.11, CUDA build is not supported for Windows. For using Te
350
338
</table>
351
339
352
340
### GPU
353
-
Note: 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 or use TensorFlow-DirectML-Plugin
341
+
Note: GPU support on native-Windows is only available for 2.10 or earlier versions, 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 or use TensorFlow-DirectML-Plugin
0 commit comments