summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2019-03-24 13:11:20 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-03-24 13:15:11 -0700
commit92c9fef860fca1084f4219dfa1debdc920156418 (patch)
tree475fd888698821c8309b041ba188777c4ae397cd /README.md
parent1323c193edf97075bab63759cf0f353b7e7baa2d (diff)
downloadpytorch-92c9fef860fca1084f4219dfa1debdc920156418.tar.gz
pytorch-92c9fef860fca1084f4219dfa1debdc920156418.tar.bz2
pytorch-92c9fef860fca1084f4219dfa1debdc920156418.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f30987e84..ad47813273 100644
--- a/README.md
+++ b/README.md
@@ -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