@@ -232,31 +232,31 @@ function commandMessage(key) {
232
232
"stable,pip,macos,cudanone,python" : "pip install torch torchvision torchaudio" ,
233
233
234
234
"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" ,
236
236
237
237
"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" ,
239
239
240
240
"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" ,
242
242
243
243
"stable,pip,linux,cuda10.2,python" :
244
244
"pip install torch torchvision" ,
245
245
246
246
"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" ,
248
248
249
249
"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" ,
251
251
252
252
"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" ,
254
254
255
255
"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" ,
257
257
258
258
"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" ,
260
260
261
261
"stable,libtorch,linux,cudanone,cplusplus" :
262
262
"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