Skip to content

Commit 53358c3

Browse files
authored
Merge pull request pytorch#539 from ducthienbui97/patch-1
Add torchaudio to default linux install guide
2 parents d0cc4c4 + 090ddff commit 53358c3

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
@@ -240,7 +240,7 @@ function commandMessage(key) {
240240
"pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html",
241241

242242
"stable,pip,linux,cuda10.2,python":
243-
"pip install torch torchvision",
243+
"pip install torch torchvision torchaudio",
244244

245245
"stable,pip,linux,cuda11.0,python":
246246
"pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html",

0 commit comments

Comments
 (0)