From a2e8ac1d34e79565ac96dd57da8bd10c0001a40f Mon Sep 17 00:00:00 2001 From: Kamil Dzieniszewski Date: Tue, 1 Aug 2023 00:57:56 +0000 Subject: [PATCH] Update Anaconda download link (#106335) I found out reading the readme that link is broken and thought that would be great first time contribution Pull Request resolved: https://github.com/pytorch/pytorch/pull/106335 Approved by: https://github.com/msaroufim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4d025da2a3..499dd76596b 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ If you are installing from source, you will need: - Python 3.8 or later (for Linux, Python 3.8.1+ is needed) - A compiler that fully supports C++17, such as clang or gcc (especially for aarch64, gcc 9.4.0 or newer is required) -We highly recommend installing an [Anaconda](https://www.anaconda.com/distribution/#download-section) environment. You will get a high-quality BLAS library (MKL) and you get controlled dependency versions regardless of your Linux distro. +We highly recommend installing an [Anaconda](https://www.anaconda.com/download) environment. You will get a high-quality BLAS library (MKL) and you get controlled dependency versions regardless of your Linux distro. If you want to compile with CUDA support, [select a supported version of CUDA from our support matrix](https://pytorch.org/get-started/locally/), then install the following: - [NVIDIA CUDA](https://developer.nvidia.com/cuda-downloads)