diff --git a/docs/install/3rd-party/pytorch-install.rst b/docs/install/3rd-party/pytorch-install.rst index 6ef3dd1c..01fe6f74 100644 --- a/docs/install/3rd-party/pytorch-install.rst +++ b/docs/install/3rd-party/pytorch-install.rst @@ -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**