Skip to content

Commit c5d8f4f

Browse files
authored
Merge pull request pytorch#608 from ROCmSoftwarePlatform/rocm_update
Updating the ROCm PIP case to install torchvision
2 parents ee04b1a + 6e65588 commit c5d8f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/quick-start-module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function commandMessage(key) {
231231
"pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html",
232232

233233
"stable,pip,linux,rocm4.0,python":
234-
"pip install torch -f https://download.pytorch.org/whl/rocm4.0.1/torch_stable.html",
234+
"pip install torch -f https://download.pytorch.org/whl/rocm4.0.1/torch_stable.html<br />pip install ninja && pip install 'git+https://github.com/pytorch/vision.git@v0.9.0'",
235235

236236
"stable,pip,windows,accnone,python":
237237
"pip install torch==1.8.0+cpu torchvision==0.9.0+cpu torchaudio===0.8.0 -f https://download.pytorch.org/whl/torch_stable.html",

0 commit comments

Comments
 (0)