Skip to content

Commit

Permalink
Remove torchvision from README
Browse files Browse the repository at this point in the history
  • Loading branch information
baer authored Jul 21, 2023
1 parent befe2b2 commit 8673064
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 @@ -75,7 +75,7 @@ GPU execution requires the NVIDIA libraries cuBLAS 11.x and cuDNN 8.x to be inst

### 2. Install PyTorch2.0, e.g. for Linux and Windows CUDA11.7:

`conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia`
`conda install pytorch==2.0.0 torchaudio==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia`

See other methods [here.](https://pytorch.org/get-started/previous-versions/#v200)

Expand Down

0 comments on commit 8673064

Please sign in to comment.