Skip to content

Commit 92c9fef

Browse files
soumithfacebook-github-bot
authored andcommitted
update magma instructions (pytorch#18410)
Summary: fixes pytorch#18389 cc: stas00 Pull Request resolved: pytorch#18410 Differential Revision: D14594198 Pulled By: soumith fbshipit-source-id: fb46ef77a36c90ad95e47f7066f5d32aa1f1370f
1 parent 1323c19 commit 92c9fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
156156
On Linux
157157
```bash
158158
# Add LAPACK support for the GPU if needed
159-
conda install -c pytorch magma-cuda92 # or [magma-cuda80 | magma-cuda91] depending on your cuda version
159+
conda install -c pytorch magma-cuda90 # or [magma-cuda80 | magma-cuda92 | magma-cuda100 ] depending on your cuda version
160160
```
161161

162162
#### Get the PyTorch Source

0 commit comments

Comments
 (0)