From 3d0b2de1be09a3b8d0b5253b804efc7b9406c7e7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 16 Jul 2023 17:45:33 +0900 Subject: [PATCH] Fix typo in installation.md (#6731) ### Description bellow -> below ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Ikko Eltociear Ashimine --- docs/source/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index eb7adb06fb..fb0409bf89 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -30,7 +30,7 @@ Ignite](https://pytorch.org/ignite/), please follow the instructions: - [Installing the recommended dependencies](#installing-the-recommended-dependencies) -The installation commands bellow usually end up installing CPU variant of PyTorch. To install GPU-enabled PyTorch: +The installation commands below usually end up installing CPU variant of PyTorch. To install GPU-enabled PyTorch: 1. Install the latest NVIDIA driver. 1. Check [PyTorch Official Guide](https://pytorch.org/get-started/locally/) for the recommended CUDA versions. For Pip package, the user needs to download the CUDA manually, install it on the system, and ensure CUDA_PATH is set properly.