remove redundant installation (#160634)

Fixes #160302

Pull Request resolved: https://github.com/pytorch/pytorch/pull/160634
Approved by: https://github.com/sekyondaMeta, https://github.com/malfet
This commit is contained in:
Rohit Manav
2025-08-21 03:31:12 +00:00
committed by PyTorch MergeBot
parent 39862acb2e
commit a154c2093c

View File

@ -242,7 +242,6 @@ git submodule update --init --recursive
**Common**
```bash
conda install cmake ninja
# 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
```