Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _get_started/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion _get_started/installation/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).