Skip to content

Commit

Permalink
Update README.md to newer cuda version in readme install
Browse files Browse the repository at this point in the history
  • Loading branch information
romainphan authored Sep 13, 2024
1 parent 21db056 commit 090adf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip3 install torch torchvision torchaudio
(GPU version using `conda`)

``` shell
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia
```

Then, install SPyRiT using `pip`.
Expand Down

0 comments on commit 090adf4

Please sign in to comment.