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
This commit is contained in:
Kamil Dzieniszewski 2023-08-01 00:57:56 +00:00 committed by PyTorch MergeBot
parent e075f91dcc
commit a2e8ac1d34

View File

@ -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) - 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) - 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: 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) - [NVIDIA CUDA](https://developer.nvidia.com/cuda-downloads)