mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
add pyyaml to conda note here as well
This commit is contained in:
committed by
Soumith Chintala
parent
8e36339911
commit
e21e4bf3e8
@ -169,7 +169,7 @@ On Linux
|
||||
export CMAKE_PREFIX_PATH=[anaconda root directory]
|
||||
|
||||
# Install basic dependencies
|
||||
conda install numpy mkl setuptools cmake gcc cffi
|
||||
conda install numpy pyyaml mkl setuptools cmake gcc cffi
|
||||
|
||||
# Add LAPACK support for the GPU
|
||||
conda install -c soumith magma-cuda75 # or magma-cuda80 if CUDA 8.0
|
||||
|
Reference in New Issue
Block a user