We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b1a30 commit d2a7facCopy full SHA for d2a7fac
README.md
@@ -63,9 +63,9 @@ conda activate textgen
63
64
| System | GPU | Command |
65
|--------|---------|---------|
66
-| Linux/WSL | NVIDIA | `conda install torchvision=0.14.1 torchaudio=0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia` |
+| Linux/WSL | NVIDIA | `pip3 install torch torchvision torchaudio` |
67
| Linux | AMD | `pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2` |
68
-| MacOS + MPS (untested) | Any | `conda install pytorch torchvision torchaudio -c pytorch` |
+| MacOS + MPS (untested) | Any | `pip3 install torch torchvision torchaudio` |
69
70
The up to date commands can be found here: https://pytorch.org/get-started/locally/.
71
0 commit comments