mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Use mingfeima's mkldnn (#7977)
This commit is contained in:
@ -175,7 +175,7 @@ export CMAKE_PREFIX_PATH="$(dirname $(which conda))/../" # [anaconda root direct
|
||||
|
||||
# Install basic dependencies
|
||||
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
|
||||
conda install -c intel mkl-dnn
|
||||
conda install -c mingfeima mkldnn
|
||||
|
||||
# Add LAPACK support for the GPU
|
||||
conda install -c pytorch magma-cuda80 # or magma-cuda90 if CUDA 9
|
||||
|
Reference in New Issue
Block a user