From 7c40450875817e9e70e6e136406f694d85885082 Mon Sep 17 00:00:00 2001 From: Abhishek Uniyal <56363630+uniyalabhishek@users.noreply.github.com> Date: Sat, 12 Jun 2021 22:42:35 +0530 Subject: [PATCH 1/2] Updated linux.md installation prerequisites links --- _get_started/installation/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_get_started/installation/linux.md b/_get_started/installation/linux.md index 8be411d70ec4..07aa097ee57a 100644 --- a/_get_started/installation/linux.md +++ b/_get_started/installation/linux.md @@ -141,8 +141,8 @@ For the majority of PyTorch users, installing from a pre-built binary via a pack ### Prerequisites {: #linux-prerequisites-2} -1. Install Anaconda[#anaconda] +1. Install [Anaconda](#anaconda) 2. Install [CUDA](https://developer.nvidia.com/cuda-downloads), if your machine has a [CUDA-enabled GPU](https://developer.nvidia.com/cuda-gpus). -3. Follow the steps described here: https://github.com/pytorch/pytorch#from-source +3. Follow the steps described here: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source) You can verify the installation as described [above](#linux-verification). From 0d86448887076a2ef55053e6f04de0207c79bff0 Mon Sep 17 00:00:00 2001 From: Abhishek Uniyal <56363630+uniyalabhishek@users.noreply.github.com> Date: Sat, 12 Jun 2021 22:47:05 +0530 Subject: [PATCH 2/2] Updated mac.md installation prerequisites links --- _get_started/installation/mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_get_started/installation/mac.md b/_get_started/installation/mac.md index 649c6dedd3f4..93938418f203 100644 --- a/_get_started/installation/mac.md +++ b/_get_started/installation/mac.md @@ -96,6 +96,6 @@ For the majority of PyTorch users, installing from a pre-built binary via a pack 1. Install [Anaconda](#anaconda) 2. Install [CUDA](https://developer.nvidia.com/cuda-downloads), if your machine has a [CUDA-enabled GPU](https://developer.nvidia.com/cuda-gpus). -3. Follow the steps described here: https://github.com/pytorch/pytorch#from-source +3. Follow the steps described here: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source) You can verify the installation as described [above](#mac-verification).