Fix typo in README.md (#160160)

The "Get the PyTorch Source" section is now located before the "Install Dependencies/Common" section, so "... using the “Get the PyTorch Source“ section below" should be "... using the “Get the PyTorch Source“ section above".

Pull Request resolved: https://github.com/pytorch/pytorch/pull/160160
Approved by: https://github.com/BoyuanFeng
This commit is contained in:
Jiaxi WANG
2025-08-11 05:09:57 +00:00
committed by PyTorch MergeBot
parent dc0d18e023
commit 334b38ccc4

View File

@ -243,7 +243,7 @@ git submodule update --init --recursive
```bash
conda install cmake ninja
# Run this command from the PyTorch directory after cloning the source code using the “Get the PyTorch Source“ section below
# Run this command from the PyTorch directory after cloning the source code using the “Get the PyTorch Source“ section above
pip install -r requirements.txt
```