Skip to content

Commit 1958473

Browse files
committed
Merge branch 'mraunak/tf_win_docs' of https://github.com/Intel-tensorflow/docs into mraunak/tf_win_docs
2 parents 7dd83d7 + d179d70 commit 1958473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/en/install/source_windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ considered a Unix absolute path since it starts with a slash.)
284284

285285
Add the Bazel and Python installation directories to your `$PATH` environmental
286286
variable. If Bazel is installed to `C:\tools\bazel.exe`, and Python to
287-
`C:\Python310\python.exe`, set your `PATH` with:
287+
`C:\Python\python.exe`, set your `PATH` with:
288288

289289
<pre class="prettyprint lang-bsh">
290290
# Use Unix-style with ':' as separator
@@ -309,6 +309,7 @@ Note: Starting in TF 2.11, CUDA build is not supported for Windows. For using Te
309309

310310
<table>
311311
<tr><th>Version</th><th>Python version</th><th>Compiler</th><th>Build tools</th></tr>
312+
<tr><td>tensorflow-2.12.0</td><td>3.8-3.11</td><td>MSVC 2019</td><td>Bazel 5.3.0</td></tr>
312313
<tr><td>tensorflow-2.11.0</td><td>3.7-3.10</td><td>MSVC 2019</td><td>Bazel 5.3.0</td></tr>
313314
<tr><td>tensorflow-2.10.0</td><td>3.7-3.10</td><td>MSVC 2019</td><td>Bazel 5.1.1</td></tr>
314315
<tr><td>tensorflow-2.9.0</td><td>3.7-3.10</td><td>MSVC 2019</td><td>Bazel 5.0.0</td></tr>

0 commit comments

Comments
 (0)