File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
106
106
107
107
This is the command to install the nightly with ROCm 6.0 which might have some performance improvements:
108
108
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 ```
110
110
111
111
### NVIDIA
112
112
@@ -116,7 +116,7 @@ Nvidia users should install stable pytorch using this command:
116
116
117
117
This is the command to install pytorch nightly instead which might have performance improvements:
118
118
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 ```
120
120
121
121
#### Troubleshooting
122
122
You can’t perform that action at this time.
0 commit comments