Skip to content

Commit

Permalink
Update README.md: Fix cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
awkrail authored Oct 22, 2024
1 parent f0c81dd commit 73a944b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Install ffmpeg first. If you are an Ubuntu user, run:
apt install ffmpeg
```
Then, install pytorch, torchvision, torchaudio, and torchtext based on your GPU environments.
Note that the inference API is available for CPU environments. We tested the codes on Python 3.9 and CUDA 11.7:
Note that the inference API is available for CPU environments. We tested the codes on Python 3.9 and CUDA 11.8:
```
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torchtext==0.15.1
pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 torchtext==0.16.0 --index-url https://download.pytorch.org/whl/cu118
```
Finally, run to install dependency libraries:
```
Expand Down

0 comments on commit 73a944b

Please sign in to comment.