Skip to content

Commit

Permalink
TF 2.18: Update documentation for wheel locations and toolchain changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 690771212
  • Loading branch information
rtg0795 authored and copybara-github committed Oct 28, 2024
1 parent 1e2f2d1 commit eb91867
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 26 deletions.
10 changes: 5 additions & 5 deletions site/en/install/lang_c.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
" <tr class=\"alt\"><td colspan=\"2\">Linux</td></tr>\n",
" <tr>\n",
" <td>Linux CPU only</td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-cpu-linux-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-cpu-linux-x86_64.tar.gz</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-cpu-linux-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-cpu-linux-x86_64.tar.gz</a></td>\n",
" </tr>\n",
" <tr>\n",
" <td>Linux GPU support</td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-gpu-linux-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-gpu-linux-x86_64.tar.gz</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-gpu-linux-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-gpu-linux-x86_64.tar.gz</a></td>\n",
" </tr>\n",
" <tr class=\"alt\"><td colspan=\"2\">macOS\n",
" <aside class=\"caution\">\n",
Expand All @@ -146,7 +146,7 @@
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.16.2/libtensorflow-cpu-darwin-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.16.2/libtensorflow-cpu-darwin-x86_64.tar.gz</a></td>\n",
" </tr>\n",
" <td>macOS ARM64 CPU only</td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-cpu-darwin-arm64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-cpu-darwin-arm64.tar.gz</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-cpu-darwin-arm64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-cpu-darwin-arm64.tar.gz</a></td>\n",
" </tr>\n",
" <tr class=\"alt\"><td colspan=\"2\">Windows\n",
" <aside class=\"caution\">\n",
Expand All @@ -155,7 +155,7 @@
" </td></tr>\n",
" <tr>\n",
" <td>Windows CPU only</td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-cpu-windows-x86_64.zip\">https://storage.googleapis.com/tensorflow/versions/2.17.0/libtensorflow-cpu-windows-x86_64.zip</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-cpu-windows-x86_64.zip\">https://storage.googleapis.com/tensorflow/versions/2.18.0/libtensorflow-cpu-windows-x86_64.zip</a></td>\n",
" </tr>\n",
" <tr>\n",
" <td>Windows GPU only</td>\n",
Expand Down Expand Up @@ -186,7 +186,7 @@
"source": [
"%%bash\n",
"FILENAME=libtensorflow-cpu-linux-x86_64.tar.gz\n",
"wget -q --no-check-certificate https://storage.googleapis.com/tensorflow/versions/2.17.0/${FILENAME}\n",
"wget -q --no-check-certificate https://storage.googleapis.com/tensorflow/versions/2.18.0/${FILENAME}\n",
"sudo tar -C /usr/local -xzf ${FILENAME}"
]
},
Expand Down
42 changes: 21 additions & 21 deletions site/en/install/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ enable compute capabilities by [building TensorFlow from source](./source.md).
## System requirements
* Ubuntu 16.04 or higher (64-bit)
* macOS 10.12.6 (Sierra) or higher (64-bit) *(no GPU support)*
* macOS 12.0 (Monterey) or higher (64-bit) *(no GPU support)*
* Windows Native - Windows 7 or higher (64-bit) *(no GPU support after TF 2.10)*
* Windows WSL2 - Windows 10 19044 or higher (64-bit)
Expand Down Expand Up @@ -531,53 +531,53 @@ The value you specify depends on your Python version.
<tr class="alt"><td colspan="2">Linux x86</td></tr>
<tr>
<td>Python 3.9 GPU&nbsp;support</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.9 CPU-only</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow_cpu-2.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow_cpu-2.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.10 GPU&nbsp;support</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.10 CPU-only</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow_cpu-2.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow_cpu-2.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.11 GPU&nbsp;support</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.11 CPU-only</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow_cpu-2.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow_cpu-2.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.12 GPU&nbsp;support</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.12 CPU-only</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow_cpu-2.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow_cpu-2.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>

<tr class="alt"><td colspan="2">Linux Arm64 (CPU-only)</td></tr>
<tr>
<td>Python 3.9</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
</tr>
<tr>
<td>Python 3.10</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
</tr>
<tr>
<td>Python 3.11</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
</tr>
<tr>
<td>Python 3.12</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
</tr>

<tr class="alt"><td colspan="2">macOS x86 (CPU-only)</td></tr>
Expand All @@ -602,37 +602,37 @@ The value you specify depends on your Python version.
<tr class="alt"><td colspan="2">macOS Arm64 (CPU-only)</td></tr>
<tr>
<td>Python 3.9</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp39-cp39-macosx_12_0_arm64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp39-cp39-macosx_12_0_arm64.whl</td>
</tr>
<tr>
<td>Python 3.10</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp310-cp310-macosx_12_0_arm64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp310-cp310-macosx_12_0_arm64.whl</td>
</tr>
<tr>
<td>Python 3.11</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp311-cp311-macosx_12_0_arm64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp311-cp311-macosx_12_0_arm64.whl</td>
</tr>
<tr>
<td>Python 3.12</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp312-cp312-macosx_12_0_arm64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp312-cp312-macosx_12_0_arm64.whl</td>
</tr>

<tr class="alt"><td colspan="2">Windows (CPU-only)</td></tr>
<tr>
<td>Python 3.9</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp39-cp39-win_amd64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp39-cp39-win_amd64.whl</td>
</tr>
<tr>
<td>Python 3.10</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp310-cp310-win_amd64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp310-cp310-win_amd64.whl</td>
</tr>
<tr>
<td>Python 3.11</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp311-cp311-win_amd64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp311-cp311-win_amd64.whl</td>
</tr>
<tr>
<td>Python 3.12</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.17.0/tensorflow-2.17.0-cp312-cp312-win_amd64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.18.0/tensorflow-2.18.0-cp312-cp312-win_amd64.whl</td>
</tr>

</table>
2 changes: 2 additions & 0 deletions site/en/install/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ Success: TensorFlow is now installed.

<table>
<tr><th>Version</th><th>Python version</th><th>Compiler</th><th>Build tools</th></tr>
<tr><td>tensorflow-2.18.0</td><td>3.9-3.12</td><td>Clang 17.0.6</td><td>Bazel 6.5.0</td></tr>
<tr><td>tensorflow-2.17.0</td><td>3.9-3.12</td><td>Clang 17.0.6</td><td>Bazel 6.5.0</td></tr>
<tr><td>tensorflow-2.16.1</td><td>3.9-3.12</td><td>Clang 17.0.6</td><td>Bazel 6.5.0</td></tr>
<tr><td>tensorflow-2.15.0</td><td>3.9-3.11</td><td>Clang 16.0.0</td><td>Bazel 6.1.0</td></tr>
Expand Down Expand Up @@ -472,6 +473,7 @@ Success: TensorFlow is now installed.

<table>
<tr><th>Version</th><th>Python version</th><th>Compiler</th><th>Build tools</th><th>cuDNN</th><th>CUDA</th></tr>
<tr><td>tensorflow-2.18.0</td><td>3.9-3.12</td><td>Clang 17.0.6</td><td>Bazel 6.5.0</td><td>9.3</td><td>12.5</td></tr>
<tr><td>tensorflow-2.17.0</td><td>3.9-3.12</td><td>Clang 17.0.6</td><td>Bazel 6.5.0</td><td>8.9</td><td>12.3</td></tr>
<tr><td>tensorflow-2.16.1</td><td>3.9-3.12</td><td>Clang 17.0.6</td><td>Bazel 6.5.0</td><td>8.9</td><td>12.3</td></tr>
<tr><td>tensorflow-2.15.0</td><td>3.9-3.11</td><td>Clang 16.0.0</td><td>Bazel 6.1.0</td><td>8.9</td><td>12.2</td></tr>
Expand Down
1 change: 1 addition & 0 deletions site/en/install/source_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ Note: Starting in TF 2.11, CUDA build is not supported for Windows. For using Te

<table>
<tr><th>Version</th><th>Python version</th><th>Compiler</th><th>Build tools</th></tr>
<tr><td>tensorflow-2.18.0</td><td>3.9-3.12</td><td>CLANG 17.0.6</td><td>Bazel 6.5.0</td></tr>
<tr><td>tensorflow-2.17.0</td><td>3.9-3.12</td><td>CLANG 17.0.6</td><td>Bazel 6.5.0</td></tr>
<tr><td>tensorflow-2.16.1</td><td>3.9-3.12</td><td>CLANG 17.0.6</td><td>Bazel 6.5.0</td></tr>
<tr><td>tensorflow-2.15.0</td><td>3.9-3.11</td><td>MSVC 2019</td><td>Bazel 6.1.0</td></tr>
Expand Down

0 comments on commit eb91867

Please sign in to comment.