Skip to content

Commit

Permalink
TF 2.16: Update documentation for wheel locations and toolchain changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624182071
  • Loading branch information
rtg0795 authored and copybara-github committed Apr 12, 2024
1 parent 94fd565 commit 29fd0f4
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 23 deletions.
13 changes: 8 additions & 5 deletions site/en/install/lang_c.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,19 @@
" <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/libtensorflow/libtensorflow-cpu-linux-x86_64-2.15.0.tar.gz\">https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.15.0.tar.gz</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.16.1/libtensorflow-cpu-linux-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.16.1/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/libtensorflow/libtensorflow-gpu-linux-x86_64-2.15.0.tar.gz\">https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-2.15.0.tar.gz</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.16.1/libtensorflow-gpu-linux-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.16.1/libtensorflow-gpu-linux-x86_64.tar.gz</a></td>\n",
" </tr>\n",
" <tr class=\"alt\"><td colspan=\"2\">macOS</td></tr>\n",
" <tr>\n",
" <td>macOS CPU only</td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-darwin-x86_64-2.15.0.tar.gz\">https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-darwin-x86_64-2.15.0.tar.gz</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.16.1/libtensorflow-cpu-darwin-x86_64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.16.1/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.16.1/libtensorflow-cpu-darwin-arm64.tar.gz\">https://storage.googleapis.com/tensorflow/versions/2.16.1/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 @@ -148,7 +151,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/libtensorflow/libtensorflow-cpu-windows-x86_64-2.15.0.zip\">https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.15.0.zip</a></td>\n",
" <td class=\"devsite-click-to-copy\"><a href=\"https://storage.googleapis.com/tensorflow/versions/2.16.1/libtensorflow-cpu-windows-x86_64.zip\">https://storage.googleapis.com/tensorflow/versions/2.16.1/libtensorflow-cpu-windows-x86_64.zip</a></td>\n",
" </tr>\n",
" <tr>\n",
" <td>Windows GPU only</td>\n",
Expand Down Expand Up @@ -178,7 +181,7 @@
"outputs": [],
"source": [
"%%bash\n",
"FILENAME=libtensorflow-cpu-linux-x86_64-2.15.0.tar.gz\n",
"FILENAME=libtensorflow-cpu-linux-x86_64-2.16.1.tar.gz\n",
"wget -q --no-check-certificate https://storage.googleapis.com/tensorflow/libtensorflow/${FILENAME}\n",
"sudo tar -C /usr/local -xzf ${FILENAME}"
]
Expand Down
88 changes: 70 additions & 18 deletions site/en/install/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,58 +478,110 @@ The value you specify depends on your Python version.
<table>
<tr><th>Version</th><th>URL</th></tr>
<tr class="alt"><td colspan="2">Linux</td></tr>
<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/linux/gpu/tensorflow-2.15.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.16.1/tensorflow-2.16.1-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/linux/cpu/tensorflow_cpu-2.15.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.16.1/tensorflow_cpu-2.16.1-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/linux/gpu/tensorflow-2.15.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.16.1/tensorflow-2.16.1-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/linux/cpu/tensorflow_cpu-2.15.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.16.1/tensorflow_cpu-2.16.1-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/linux/gpu/tensorflow-2.15.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.16.1/tensorflow-2.16.1-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/linux/cpu/tensorflow_cpu-2.15.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.16.1/tensorflow_cpu-2.16.1-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.16.1/tensorflow-2.16.1-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.16.1/tensorflow_cpu-2.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl</td>
</tr>
<tr class="alt"><td colspan="2">macOS (CPU-only)</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/mac/cpu/tensorflow-2.15.0-cp39-cp39-macosx_10_15_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl</td>
</tr>
<tr class="alt"><td colspan="2">macOS x86 (CPU-only)</td></tr>
<tr>
<td>Python 3.9</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-cp39-cp39-macosx_10_15_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.10</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.15.0-cp310-cp310-macosx_10_15_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-cp310-cp310-macosx_10_15_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.11</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.15.0-cp311-cp311-macosx_10_15_x86_64.whl</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-cp311-cp311-macosx_10_15_x86_64.whl</td>
</tr>
<tr>
<td>Python 3.12</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-cp312-cp312-macosx_10_15_x86_64.whl</td>
</tr>
<tr class="alt"><td colspan="2">Windows</td></tr>
<tr class="alt"><td colspan="2">macOS Arm64 (CPU-only)</td></tr>
<tr>
<td>Python 3.9 CPU-only</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.15.0-cp39-cp39-win_amd64.whl</td>
<td>Python 3.9</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-cp39-cp39-macosx_12_0_arm64.whl</td>
</tr>
<tr>
<td>Python 3.10 CPU-only</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.15.0-cp310-cp310-win_amd64.whl</td>
<td>Python 3.10</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-cp310-cp310-macosx_12_0_arm64.whl</td>
</tr>
<tr>
<td>Python 3.11 CPU-only</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.15.0-cp311-cp311-win_amd64.whl</td>
<td>Python 3.11</td>
<td class="devsite-click-to-copy">https://storage.googleapis.com/tensorflow/versions/2.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-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.16.1/tensorflow-2.16.1-cp312-cp312-win_amd64.whl</td>
</tr>
</table>

0 comments on commit 29fd0f4

Please sign in to comment.