Skip to content

Commit 7dd83d7

Browse files
committed
resolved the comment
1 parent 8a8345b commit 7dd83d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/en/install/pip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ step-by-step instructions.
5151
supported GPU on native-Windows.
5252
Starting with TensorFlow `2.11`, you will need to install
5353
[TensorFlow in WSL2](https://tensorflow.org/install/pip#windows-wsl2),
54-
or install `tensorflow` or `tensorflow-cpu` and, optionally, try the
54+
or install `tensorflow-cpu` and, optionally, try the
5555
[TensorFlow-DirectML-Plugin](https://github.com/microsoft/tensorflow-directml-plugin#tensorflow-directml-plugin-)
5656

5757
```bash

site/en/install/source_windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Note: TensorFlow is tested against the *Visual Studio 2019*.
6969
See the Windows [GPU support](./gpu.md) guide to install the drivers and
7070
additional software required to run TensorFlow on a GPU.
7171

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
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-cpu with TensorFlow-DirectML-Plugin
7373

7474
### Download the TensorFlow source code
7575

@@ -100,8 +100,8 @@ Run following commands before running build command to avoid issue with package
100100
Python path set up issue [tensorflow:issue#59943](https://github.com/tensorflow/tensorflow/issues/59943),[tensorflow:issue#9436](https://github.com/tensorflow/tensorflow/issues/9436),[tensorflow:issue#60083](https://github.com/tensorflow/tensorflow/issues/60083)
101101

102102
<pre class="devsite-terminal tfo-terminal-windows devsite-click-to-copy">
103-
set PATH=path/to/python [e.g. (C:/Python310)]
104-
set PATH=path/to/python/Scripts [e.g. (C:/Python310/Scripts)]
103+
set PATH=path/to/python # [e.g. (C:/Python310)]
104+
set PATH=path/to/python/Scripts # [e.g. (C:/Python310/Scripts)]
105105
set PYTHON_BIN_PATH=path/to/python_virtualenv/Scripts/python.exe
106106
set PYTHON_LIB_PATH=path/to/python virtualenv/lib/site-packages
107107
set PYTHON_DIRECTORY=path/to/python_virtualenv/Scripts
@@ -200,7 +200,7 @@ bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package
200200

201201
#### GPU support
202202

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
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-cpu TensorFlow-DirectML-Plugin
204204

205205
To make the TensorFlow package builder with GPU support:
206206

0 commit comments

Comments
 (0)