From 13fac86d564819c9efaaad50cdc35f1222ed5357 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:08:28 -0700 Subject: [PATCH] Delete references to Intel mac installation --- _get_started/installation/mac.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/_get_started/installation/mac.md b/_get_started/installation/mac.md index 551208fee613..35f7e88b4fe2 100644 --- a/_get_started/installation/mac.md +++ b/_get_started/installation/mac.md @@ -21,19 +21,11 @@ the [Python website](https://www.python.org/downloads/mac-osx/). ### Package Manager {: #mac-package-manager} -To install the PyTorch binaries, you will need to use one of two supported package managers: [Anaconda](https://www.anaconda.com/download/#macos) or [pip](https://pypi.org/project/pip/). Anaconda is the recommended package manager as it will provide you all of the PyTorch dependencies in one, sandboxed install, including Python. - +To install the PyTorch binaries, you will need to use one of two supported package managers: [pip](https://pypi.org/project/pip/) or [Anaconda](https://www.anaconda.com/download/#macos). #### Anaconda -To install Anaconda, you can [download graphical installer](https://www.anaconda.com/download/#macos) or use the command-line installer. If you use the command-line installer, you can right-click on the installer link, select `Copy Link Address`, or use the following commands on Intel Mac: +To install Anaconda, you can [download graphical installer](https://www.anaconda.com/download/#macos) or use the command-line installer. If you use the command-line installer, you can right-click on the installer link, select `Copy Link Address`, or use the following commands on Mac computer with Apple silicon: -```bash -# The version of Anaconda may be different depending on when you are installing` -curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -sh Miniconda3-latest-MacOSX-x86_64.sh -# and follow the prompts. The defaults are generally good.` -``` -or following commands on M1 Mac: ```bash # The version of Anaconda may be different depending on when you are installing` curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh