Skip to content

Commit e984f99

Browse files
authored
Merge pull request pytorch#630 from ROCmSoftwarePlatform/rocm_nightly
[ROCm] Update torchvision installation
2 parents 46fc82d + c53ed57 commit e984f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/quick-start-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function commandMessage(key) {
339339
"pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html",
340340

341341
"preview,pip,linux,rocm4.0,python":
342-
"pip install --pre torch -f https://download.pytorch.org/whl/nightly/rocm4.0.1/torch_nightly.html",
342+
"pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/rocm4.0.1/torch_nightly.html",
343343

344344
"preview,pip,windows,accnone,python":
345345
"pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",

0 commit comments

Comments
 (0)