Skip to content

Commit 71ec5b1

Browse files
Update commands to install nightly pytorch in readme.
1 parent 91542d4 commit 71ec5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
106106

107107
This is the command to install the nightly with ROCm 6.0 which might have some performance improvements:
108108

109-
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.0```
109+
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1```
110110

111111
### NVIDIA
112112

@@ -116,7 +116,7 @@ Nvidia users should install stable pytorch using this command:
116116

117117
This is the command to install pytorch nightly instead which might have performance improvements:
118118

119-
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121```
119+
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124```
120120

121121
#### Troubleshooting
122122

0 commit comments

Comments
 (0)