mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[Doc] update default magma cuda version in readme (#122125)
Since we use cuda 12.1 by default now, it would be better to update the doc. Many people (including me), want to directly copy-paste commands in readme 😉 Let's make our life easier. Pull Request resolved: https://github.com/pytorch/pytorch/pull/122125 Approved by: https://github.com/malfet
This commit is contained in:
parent
7c61e7be5c
commit
d957c2d5de
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ pip install -r requirements.txt
|
|||
```bash
|
||||
conda install intel::mkl-static intel::mkl-include
|
||||
# CUDA only: Add LAPACK support for the GPU if needed
|
||||
conda install -c pytorch magma-cuda110 # or the magma-cuda* that matches your CUDA version from https://anaconda.org/pytorch/repo
|
||||
conda install -c pytorch magma-cuda121 # or the magma-cuda* that matches your CUDA version from https://anaconda.org/pytorch/repo
|
||||
|
||||
# (optional) If using torch.compile with inductor/triton, install the matching version of triton
|
||||
# Run from the pytorch directory after cloning
|
||||
|
|
|
|||
Loading…
Reference in a new issue