mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Fixes https://github.com/pytorch/pytorch/issues/25464 Pull Request resolved: https://github.com/pytorch/pytorch/pull/48970 Reviewed By: walterddr Differential Revision: D25396284 Pulled By: janeyx99 fbshipit-source-id: 8355c417b5c8b8865f208d7d8e8154048423afd9
This commit is contained in:
parent
39445f718c
commit
e2befb84bc
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing_ex
|
|||
On Linux
|
||||
```bash
|
||||
# Add LAPACK support for the GPU if needed
|
||||
conda install -c pytorch magma-cuda102 # or [ magma-cuda101 | magma-cuda100 | magma-cuda92 ] depending on your cuda version
|
||||
conda install -c pytorch magma-cuda110 # or the magma-cuda* that matches your CUDA version from https://anaconda.org/pytorch/repo
|
||||
```
|
||||
|
||||
On MacOS
|
||||
|
|
|
|||
Loading…
Reference in a new issue