diff --git a/docs/how-to/deep-learning-rocm.rst b/docs/how-to/deep-learning-rocm.rst index 82df7419a..60944e066 100644 --- a/docs/how-to/deep-learning-rocm.rst +++ b/docs/how-to/deep-learning-rocm.rst @@ -11,11 +11,9 @@ ROCm provides a comprehensive ecosystem for deep learning development, including deep learning frameworks and libraries such as PyTorch, TensorFlow, and JAX. ROCm works closely with these frameworks to ensure that framework-specific optimizations take advantage of AMD accelerator and GPU architectures. -The following guides cover installation processes for ROCm-aware deep learning frameworks. +The following guides provide information on compatibility and supported features for ROCm-enabled deep learning frameworks. -* :doc:`PyTorch for ROCm ` -* :doc:`TensorFlow for ROCm ` -* :doc:`JAX for ROCm ` +* :doc:`PyTorch compatibility <../compatibility/pytorch-compatibility>` The following chart steps through typical installation workflows for installing deep learning frameworks for ROCm. @@ -23,8 +21,11 @@ The following chart steps through typical installation workflows for installing :alt: Flowchart for installing ROCm-aware machine learning frameworks :align: center -Find information on version compatibility and framework release notes in :doc:`Third-party support matrix -`. +See the installation instructions to get started. + +* :doc:`PyTorch for ROCm ` +* :doc:`TensorFlow for ROCm ` +* :doc:`JAX for ROCm ` .. note:: diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 546c1a45d..b1e1f1dcb 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -12,7 +12,6 @@ subtrees: - file: compatibility/compatibility-matrix.rst title: Compatibility matrix entries: - - file: compatibility/pytorch-compatiblity.rst - url: https://rocm.docs.amd.com/projects/install-on-linux/en/${branch}/reference/system-requirements.html title: Linux system requirements - url: https://rocm.docs.amd.com/projects/install-on-windows/en/${branch}/reference/system-requirements.html