From 3d0617f56b67e2d074c1f22c525ff14449923d6c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 16 Jul 2023 14:36:21 +0900 Subject: [PATCH] Fix typo in installation.md bellow -> below 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.