Skip to content

Commit

Permalink
Remove torchaudio from GETSTARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaumons authored Nov 8, 2024
1 parent 369add1 commit 2613b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GETSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ All requirements are not strictly limited. However, some specific modules might
- On Windows:
- With GPU:
```
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
```
- For CPU-only:
```
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
```
- On Linux:
Expand Down

0 comments on commit 2613b17

Please sign in to comment.