mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
add pyyaml to conda note here as well
This commit is contained in:
parent
8e36339911
commit
e21e4bf3e8
|
|
@ -169,7 +169,7 @@ On Linux
|
||||||
export CMAKE_PREFIX_PATH=[anaconda root directory]
|
export CMAKE_PREFIX_PATH=[anaconda root directory]
|
||||||
|
|
||||||
# Install basic dependencies
|
# 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
|
# Add LAPACK support for the GPU
|
||||||
conda install -c soumith magma-cuda75 # or magma-cuda80 if CUDA 8.0
|
conda install -c soumith magma-cuda75 # or magma-cuda80 if CUDA 8.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user