mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
update magma instructions (#18410)
Summary: fixes https://github.com/pytorch/pytorch/issues/18389 cc: stas00 Pull Request resolved: https://github.com/pytorch/pytorch/pull/18410 Differential Revision: D14594198 Pulled By: soumith fbshipit-source-id: fb46ef77a36c90ad95e47f7066f5d32aa1f1370f
This commit is contained in:
committed by
Facebook Github Bot
parent
1323c193ed
commit
92c9fef860
@ -156,7 +156,7 @@ conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
|
||||
On Linux
|
||||
```bash
|
||||
# Add LAPACK support for the GPU if needed
|
||||
conda install -c pytorch magma-cuda92 # or [magma-cuda80 | magma-cuda91] depending on your cuda version
|
||||
conda install -c pytorch magma-cuda90 # or [magma-cuda80 | magma-cuda92 | magma-cuda100 ] depending on your cuda version
|
||||
```
|
||||
|
||||
#### Get the PyTorch Source
|
||||
|
Reference in New Issue
Block a user