Skip to content

Commit bd47346

Browse files
Update bazel version for Linux_CPU in source.md
"As per source file from r2.10 branch the tested Bazel version for Bazel builds for TF2.10v is 5.1.1. Please refer to source file. https://github.com/tensorflow/tensorflow/blob/r2.10/.bazelversion But as per documentation still Bazel version is mentioning as 5.0.0 for Linux-CPU build configuration. https://www.tensorflow.org/install/source#cpu This needs to be updated to 5.1.1 as to eliminate unwanted confusion to users."
1 parent 5b96ef6 commit bd47346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Success: TensorFlow is now installed.
397397
<table>
398398
<tr><th>Version</th><th>Python version</th><th>Compiler</th><th>Build tools</th></tr>
399399
<tr><td>tensorflow-2.11.0</td><td>3.7-3.10</td><td>GCC 9.3.1</td><td>Bazel 5.3.0</td></tr>
400-
<tr><td>tensorflow-2.10.0</td><td>3.7-3.10</td><td>GCC 9.3.1</td><td>Bazel 5.0.0</td></tr>
400+
<tr><td>tensorflow-2.10.0</td><td>3.7-3.10</td><td>GCC 9.3.1</td><td>Bazel 5.1.1</td></tr>
401401
<tr><td>tensorflow-2.9.0</td><td>3.7-3.10</td><td>GCC 9.3.1</td><td>Bazel 5.0.0</td></tr>
402402
<tr><td>tensorflow-2.8.0</td><td>3.7-3.10</td><td>GCC 7.3.1</td><td>Bazel 4.2.1</td></tr>
403403
<tr><td>tensorflow-2.7.0</td><td>3.7-3.9</td><td>GCC 7.3.1</td><td>Bazel 3.7.2</td></tr>

0 commit comments

Comments
 (0)