Skip to content

Commit

Permalink
made changes from writer edits
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuiYH committed Sep 20, 2024
1 parent b0031ae commit 5bee9d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/install/3rd-party/pytorch-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ Using a Docker image with PyTorch pre-installed

.. important::

As of ROCm 6.2.1, rocm/pytorch:latest will now point to the latest tested release version of PyTorch (e.g. PyTorch 2.3), similar to rocm/pytorch:latest-release tag.
Prior to ROCm 6.2.1, rocm/pytorch:latest was pointing to a development version of PyTorch, which did not correspond to any specific PyTorch release.
As of ROCm 6.2.1, `rocm/pytorch:latest` points to a docker image with the latest ROCm tested release version of PyTorch (for example, version 2.3), similar to rocm/pytorch:latest-release tag.
Before ROCm 6.2.1, `rocm/pytorch:latest` pointed to a development version of PyTorch, which didn't correspond to a specific PyTorch release.

.. csv-table::
:header: "Description", "6.2.1 and newer", "6.2.0 and older"
:header: "Description", "6.2.1 and later", "6.2.0 and earlier"

"Latest tested *release* of PyTorch", **rocm/pytorch:latest** |br| rocm/pytorch:latest-release, rocm/pytorch:latest-release
"Latest dev version of PyTorch", rocm/pytorch:latest-internal, **rocm/pytorch:latest**
"Latest PyTorch tested release", **rocm/pytorch:latest** |br| rocm/pytorch:latest-release, rocm/pytorch:latest-release
"Latest PyTorch dev version", rocm/pytorch:latest-internal, **rocm/pytorch:latest**



Expand Down

0 comments on commit 5bee9d5

Please sign in to comment.