mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
39862acb2e
commit
a154c2093c
|
|
@ -242,7 +242,6 @@ git submodule update --init --recursive
|
||||||
**Common**
|
**Common**
|
||||||
|
|
||||||
```bash
|
```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
|
# 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
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user