Skip to content

Commit

Permalink
Update pytorch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Geniusyingmanji authored Aug 8, 2024
1 parent 5cc904f commit 23c8a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/pytorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conda install pytorch torchvision torchaudio cudatoolkit=10.2
```
#### 指定版本
```
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2
conda install pytorch==2.4.0 torchvision==0.19.0 torchaudio==2.4 cudatoolkit=10.2
```

## Tutorial
Expand Down

0 comments on commit 23c8a12

Please sign in to comment.