Skip to content

Commit

Permalink
minor README change to fix pytorch#25464 (pytorch#48970)
Browse files Browse the repository at this point in the history
Summary:
Fixes pytorch#25464

Pull Request resolved: pytorch#48970

Reviewed By: walterddr

Differential Revision: D25396284

Pulled By: janeyx99

fbshipit-source-id: 8355c417b5c8b8865f208d7d8e8154048423afd9
  • Loading branch information
janeyx99 authored and facebook-github-bot committed Dec 8, 2020
1 parent 39445f7 commit e2befb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2befb8

Please sign in to comment.