mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
add mkl dependencies to setup (#5991)
This commit is contained in:
parent
b2da9fd220
commit
2df578a71a
|
|
@ -182,12 +182,12 @@ conda install -c pytorch magma-cuda80 # or magma-cuda90 if CUDA 9
|
|||
On macOS
|
||||
```bash
|
||||
export CMAKE_PREFIX_PATH=[anaconda root directory]
|
||||
conda install numpy pyyaml setuptools cmake cffi typing
|
||||
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
|
||||
```
|
||||
|
||||
On Windows
|
||||
```cmd
|
||||
conda install numpy pyyaml setuptools cmake cffi typing
|
||||
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
|
||||
```
|
||||
#### Get the PyTorch source
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user