Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasMagnus committed Jan 8, 2024
1 parent d8ae50f commit b1d278b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion 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

0 comments on commit b1d278b

Please sign in to comment.