Skip to content

Commit 0fee1b1

Browse files
committed
assets: Update torchvision -> 0.8.1
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
1 parent b92561a commit 0fee1b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

assets/quick-start-module.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -232,31 +232,31 @@ function commandMessage(key) {
232232
"stable,pip,macos,cudanone,python": "pip install torch torchvision torchaudio",
233233

234234
"stable,pip,linux,cudanone,python":
235-
"pip install torch==1.7.0+cpu torchvision==0.8.0+cpu torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
235+
"pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
236236

237237
"stable,pip,linux,cuda9.2,python":
238-
"pip install torch==1.7.0+cu92 torchvision==0.8.0+cu92 torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
238+
"pip install torch==1.7.0+cu92 torchvision==0.8.1+cu92 torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
239239

240240
"stable,pip,linux,cuda10.1,python":
241-
"pip install torch==1.7.0+cu101 torchvision==0.8.0+cu101 torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
241+
"pip install torch==1.7.0+cu101 torchvision==0.8.1+cu101 torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
242242

243243
"stable,pip,linux,cuda10.2,python":
244244
"pip install torch torchvision",
245245

246246
"stable,pip,linux,cuda11.0,python":
247-
"pip install torch==1.7.0+cu110 torchvision==0.8.0+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
247+
"pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
248248

249249
"stable,pip,windows,cudanone,python":
250-
"pip install torch==1.7.0+cpu torchvision==0.8.0+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
250+
"pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
251251

252252
"stable,pip,windows,cuda10.1,python":
253-
"pip install torch==1.7.0+cu101 torchvision==0.8.0+cu101 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
253+
"pip install torch==1.7.0+cu101 torchvision==0.8.1+cu101 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
254254

255255
"stable,pip,windows,cuda10.2,python":
256-
"pip install torch===1.7.0 torchvision===0.8.0 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
256+
"pip install torch===1.7.0 torchvision===0.8.1 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
257257

258258
"stable,pip,windows,cuda11.0,python":
259-
"pip install torch===1.7.0+cu110 torchvision===0.8.0+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
259+
"pip install torch===1.7.0+cu110 torchvision===0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
260260

261261
"stable,libtorch,linux,cudanone,cplusplus":
262262
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.7.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.7.0%2Bcpu.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.7.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.7.0%2Bcpu.zip</a>",

0 commit comments

Comments
 (0)