mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
add link to conda binaries
This commit is contained in:
parent
47700a4c20
commit
7188f0851d
|
|
@ -16,6 +16,14 @@ This is done so that we can control development tightly and rapidly during the i
|
|||
|
||||
|
||||
## Installation
|
||||
|
||||
### Binaries
|
||||
- Anaconda
|
||||
```bash
|
||||
conda install pytorch -c https://conda.anaconda.org/t/6N-MsQ4WZ7jo/soumith
|
||||
```
|
||||
|
||||
### From source
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
pip install .
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user