Skip to content

Commit d2a7fac

Browse files
authored
Use pip instead of conda for pytorch
1 parent a0b1a30 commit d2a7fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ conda activate textgen
6363

6464
| System | GPU | Command |
6565
|--------|---------|---------|
66-
| Linux/WSL | NVIDIA | `conda install torchvision=0.14.1 torchaudio=0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia` |
66+
| Linux/WSL | NVIDIA | `pip3 install torch torchvision torchaudio` |
6767
| 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` |
68+
| MacOS + MPS (untested) | Any | `pip3 install torch torchvision torchaudio` |
6969

7070
The up to date commands can be found here: https://pytorch.org/get-started/locally/.
7171

0 commit comments

Comments
 (0)