Skip to content

Commit

Permalink
Update GETSTARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaumons authored Jun 11, 2024
1 parent 56e1a2e commit 0495fd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GETSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ All requirements are not strictly limited. However, some specific modules might
- On Linux:
- With GPU:
```
python -m pip install tensorflow[and-cuda] # TensorFlow GPU
pip install torch torchvision torchaudio
pip install -r requirements.txt
```
- For CPU-only:
```
python -m pip install tensorflow # TensorFlow CPU
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
```
Expand Down Expand Up @@ -73,7 +75,7 @@ All requirements are not strictly limited. However, some specific modules might
```
- Or build from source:
```
pip install wheel build PyYAML
pip install setuptools wheel build PyYAML
python -m build --wheel --skip-dependency-check --no-isolation
```

Expand Down

0 comments on commit 0495fd1

Please sign in to comment.