Skip to content

Commit

Permalink
Merge branch 'develop' into docs/6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Jan 8, 2024
2 parents a294e2c + 84afa76 commit 3a782bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/how-to/3rd-party/pytorch-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Using the PyTorch ROCm base Docker image
The pre-built base Docker image has all dependencies installed, including:

* ROCm
* Torchvision
* torchvision
* Conda packages
* The compiler toolchain

Expand Down Expand Up @@ -252,7 +252,7 @@ using scripts from the PyTorch repository. This uses a standard Docker image fro
maintainers and installs all the required dependencies, including:

* ROCm
* Torchvision
* torchvision
* Conda packages
* The compiler toolchain

Expand Down Expand Up @@ -351,7 +351,7 @@ Testing the PyTorch installation
===============================================================

You can use PyTorch unit tests to validate your PyTorch installation. If you used a
**prebuilt PyTorch Docker image from AMD ROCm DockerHub** or installed an
**prebuilt PyTorch Docker image from AMD ROCm Docker Hub** or installed an
**official wheels package**, validation tests are not necessary.

If you want to manually run unit tests to validate your PyTorch installation fully, follow these steps:
Expand Down
6 changes: 3 additions & 3 deletions docs/how-to/amdgpu-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Installing ROCm packages
=================================================

To install use cases specific to your requirements, use the installer
amdgpu-install as follows:
``amdgpu-install`` as follows:

- To install a single use case add it with the :code:`--usecase` option:

Expand Down Expand Up @@ -194,7 +194,7 @@ simultaneously, you are required to download the installer from the latest ROCm
release 5.7.

You must add the ROCm repositories manually for all ROCm releases you want to
install except the latest one. The amdgpu-install script automatically adds the
install except the latest one. The ``amdgpu-install`` script automatically adds the
required repositories for the latest release.

See the section "Register ROCm Packages" in :doc:`/how-to/native-install/index`
Expand All @@ -206,7 +206,7 @@ Additional options
Unattended installation
------------------------------------------------------------------------

Adding ``-y`` as a parameter to amdgpu-install skips user prompts (for
Adding ``-y`` as a parameter to ``amdgpu-install`` skips user prompts (for
automation). For example:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/system-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GPU is not listed on this table, It's not officially supported by AMD.
"AMD Radeon™ Pro W7900", "RDNA3", "gfx1100", "✅"
"AMD Radeon™ Pro W6800", "RDNA3", "gfx1030", "✅"
"AMD Radeon™ Pro V620", "RDNA2", "gfx1030", "✅"
"AMD Radeon™ Pro VII", "RDNA2", "GCN5.1", "✅"
"AMD Radeon™ Pro VII", "GCN5.1", "gfx906", "✅"

.. tab-item:: AMD Radeon™

Expand Down

0 comments on commit 3a782bd

Please sign in to comment.