Skip to content

Commit b60dc31

Browse files
Update command to install latest nighly pytorch. (#10085)
1 parent 555f902 commit b60dc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Nvidia users should install stable pytorch using this command:
233233

234234
This is the command to install pytorch nightly instead which might have performance improvements.
235235

236-
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129```
236+
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130```
237237

238238
#### Troubleshooting
239239

0 commit comments

Comments
 (0)