@@ -176,87 +176,87 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) {
176
176
function commandMessage ( key ) {
177
177
var object = {
178
178
"stable,conda,linux,cuda9.2,python" :
179
- "conda install pytorch torchvision cudatoolkit=9.2 -c pytorch" ,
179
+ "conda install pytorch torchvision torchaudio cudatoolkit=9.2 -c pytorch" ,
180
180
181
181
"stable,conda,linux,cuda10.1,python" :
182
- "conda install pytorch torchvision cudatoolkit=10.1 -c pytorch" ,
182
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch" ,
183
183
184
184
"stable,conda,linux,cuda10.2,python" :
185
- "conda install pytorch torchvision cudatoolkit=10.2 -c pytorch" ,
185
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" ,
186
186
187
187
"stable,conda,linux,cuda11.0,python" :
188
- "conda install pytorch torchvision cudatoolkit=11.0 -c pytorch" ,
188
+ "conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch" ,
189
189
190
190
"stable,conda,linux,cudanone,python" :
191
- "conda install pytorch torchvision cpuonly -c pytorch" ,
191
+ "conda install pytorch torchvision torchaudio cpuonly -c pytorch" ,
192
192
193
193
"stable,conda,macos,cuda9.2,python" :
194
- "conda install pytorch torchvision -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
194
+ "conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
195
195
196
196
"stable,conda,macos,cuda10.1,python" :
197
- "conda install pytorch torchvision -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
197
+ "conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
198
198
199
199
"stable,conda,macos,cuda10.2,python" :
200
- "conda install pytorch torchvision -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
200
+ "conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
201
201
202
202
"stable,conda,macos,cuda11.0,python" :
203
- "conda install pytorch torchvision -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
203
+ "conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
204
204
205
205
"stable,conda,macos,cudanone,python" :
206
- "conda install pytorch torchvision -c pytorch" ,
206
+ "conda install pytorch torchvision torchaudio -c pytorch" ,
207
207
208
208
"stable,conda,windows,cuda10.1,python" :
209
- "conda install pytorch torchvision cudatoolkit=10.1 -c pytorch" ,
209
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch" ,
210
210
211
211
"stable,conda,windows,cuda10.2,python" :
212
- "conda install pytorch torchvision cudatoolkit=10.2 -c pytorch" ,
212
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" ,
213
213
214
214
"stable,conda,windows,cuda11.0,python" :
215
- "conda install pytorch torchvision cudatoolkit=11.0 -c pytorch" ,
215
+ "conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch" ,
216
216
217
217
"stable,conda,windows,cudanone,python" :
218
- "conda install pytorch torchvision cpuonly -c pytorch" ,
218
+ "conda install pytorch torchvision torchaudio cpuonly -c pytorch" ,
219
219
220
220
"stable,pip,macos,cuda9.2,python" :
221
- "pip install torch torchvision<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
221
+ "pip install torch torchvision torchaudio <br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
222
222
223
223
"stable,pip,macos,cuda10.1,python" :
224
- "pip install torch torchvision<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
224
+ "pip install torch torchvision torchaudio <br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
225
225
226
226
"stable,pip,macos,cuda10.2,python" :
227
- "pip install torch torchvision<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
227
+ "pip install torch torchvision torchaudio <br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
228
228
229
229
"stable,pip,macos,cuda11.0,python" :
230
- "pip install torch torchvision<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
230
+ "pip install torch torchvision torchaudio <br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed" ,
231
231
232
- "stable,pip,macos,cudanone,python" : "pip install torch torchvision" ,
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 -f https://download.pytorch.org/whl/torch_stable.html" ,
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" ,
236
236
237
237
"stable,pip,linux,cuda9.2,python" :
238
- "pip install torch==1.7.0+cu92 torchvision==0.8.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html" ,
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" ,
239
239
240
240
"stable,pip,linux,cuda10.1,python" :
241
- "pip install torch==1.7.0+cu101 torchvision==0.8.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html" ,
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" ,
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 -f https://download.pytorch.org/whl/torch_stable.html" ,
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" ,
248
248
249
249
"stable,pip,windows,cudanone,python" :
250
- "pip install torch==1.7.0+cpu torchvision==0.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html" ,
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" ,
251
251
252
252
"stable,pip,windows,cuda10.1,python" :
253
- "pip install torch==1.7.0+cu101 torchvision==0.8.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html" ,
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" ,
254
254
255
255
"stable,pip,windows,cuda10.2,python" :
256
- "pip install torch===1.7.0 torchvision===0.8.0 -f https://download.pytorch.org/whl/torch_stable.html" ,
256
+ "pip install torch===1.7.0 torchvision===0.8.0 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 -f https://download.pytorch.org/whl/torch_stable.html" ,
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" ,
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>" ,
@@ -301,94 +301,94 @@ function commandMessage(key) {
301
301
"Windows binaries do not support Java. Support is only available for Linux and MacOS. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu110/libtorch-win-shared-with-deps-1.7.0.zip'>https://download.pytorch.org/libtorch/cu110/libtorch-win-shared-with-deps-1.7.0.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu110/libtorch-win-shared-with-deps-debug-1.7.0.zip'>https://download.pytorch.org/libtorch/cu110/libtorch-win-shared-with-deps-debug-1.7.0.zip</a>" ,
302
302
303
303
"preview,conda,linux,cuda9.2,python" :
304
- "conda install pytorch torchvision cudatoolkit=9.2 -c pytorch-nightly" ,
304
+ "conda install pytorch torchvision torchaudio cudatoolkit=9.2 -c pytorch-nightly" ,
305
305
306
306
"preview,conda,linux,cuda10.1,python" :
307
- "conda install pytorch torchvision cudatoolkit=10.1 -c pytorch-nightly" ,
307
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch-nightly" ,
308
308
309
309
"preview,conda,linux,cuda10.2,python" :
310
- "conda install pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly" ,
310
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly" ,
311
311
312
312
"preview,conda,linux,cuda11.0,python" :
313
- "conda install pytorch torchvision cudatoolkit=11.0 -c pytorch-nightly" ,
313
+ "conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch-nightly" ,
314
314
315
315
"preview,conda,linux,cudanone,python" :
316
- "conda install pytorch torchvision cpuonly -c pytorch-nightly" ,
316
+ "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly" ,
317
317
318
318
"preview,conda,macos,cuda9.2,python" :
319
- "conda install pytorch torchvision -c pytorch-nightly" ,
319
+ "conda install pytorch torchvision torchaudio -c pytorch-nightly" ,
320
320
321
321
"preview,conda,macos,cuda10.1,python" :
322
- "conda install pytorch torchvision -c pytorch-nightly" ,
322
+ "conda install pytorch torchvision torchaudio -c pytorch-nightly" ,
323
323
324
324
"preview,conda,macos,cuda10.2,python" :
325
- "conda install pytorch torchvision -c pytorch-nightly" ,
325
+ "conda install pytorch torchvision torchaudio -c pytorch-nightly" ,
326
326
327
327
"preview,conda,macos,cuda11.0,python" :
328
- "conda install pytorch torchvision -c pytorch-nightly" ,
328
+ "conda install pytorch torchvision torchaudio -c pytorch-nightly" ,
329
329
330
330
"preview,conda,macos,cudanone,python" :
331
- "conda install pytorch torchvision -c pytorch-nightly" ,
331
+ "conda install pytorch torchvision torchaudio -c pytorch-nightly" ,
332
332
333
333
"preview,conda,windows,cuda9.2,python" :
334
- "conda install pytorch torchvision cudatoolkit=9.2 -c pytorch-nightly -c defaults -c numba/label/dev" ,
334
+ "conda install pytorch torchvision torchaudio cudatoolkit=9.2 -c pytorch-nightly -c defaults -c numba/label/dev" ,
335
335
336
336
"preview,conda,windows,cuda10.1,python" :
337
- "conda install pytorch torchvision cudatoolkit=10.1 -c pytorch-nightly" ,
337
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.1 -c pytorch-nightly" ,
338
338
339
339
"preview,conda,windows,cuda10.2,python" :
340
- "conda install pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly" ,
340
+ "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly" ,
341
341
342
342
"preview,conda,windows,cuda11.0,python" :
343
- "conda install pytorch torchvision cudatoolkit=11.0 -c pytorch-nightly" ,
343
+ "conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch-nightly" ,
344
344
345
345
"preview,conda,windows,cudanone,python" :
346
- "conda install pytorch torchvision cpuonly -c pytorch-nightly" ,
346
+ "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly" ,
347
347
348
348
"preview,pip,macos,cuda9.2,python" :
349
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
349
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
350
350
351
351
"preview,pip,macos,cuda10.1,python" :
352
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
352
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
353
353
354
354
"preview,pip,macos,cuda10.2,python" :
355
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
355
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
356
356
357
357
"preview,pip,macos,cuda11.0,python" :
358
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
358
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided" ,
359
359
360
360
"preview,pip,macos,cudanone,python" :
361
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html" ,
361
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html" ,
362
362
363
363
"preview,pip,linux,cudanone,python" :
364
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html" ,
364
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html" ,
365
365
366
366
"preview,pip,linux,cuda9.2,python" :
367
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html" ,
367
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html" ,
368
368
369
369
"preview,pip,linux,cuda10.1,python" :
370
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html" ,
370
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html" ,
371
371
372
372
"preview,pip,linux,cuda10.2,python" :
373
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html" ,
373
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html" ,
374
374
375
375
"preview,pip,linux,cuda11.0,python" :
376
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html" ,
376
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html" ,
377
377
378
378
"preview,pip,windows,cudanone,python" :
379
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html" ,
379
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html" ,
380
380
381
381
"preview,pip,windows,cuda9.2,python" :
382
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html" ,
382
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html" ,
383
383
384
384
"preview,pip,windows,cuda10.1,python" :
385
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html" ,
385
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html" ,
386
386
387
387
"preview,pip,windows,cuda10.2,python" :
388
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html" ,
388
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html" ,
389
389
390
390
"preview,pip,windows,cuda11.0,python" :
391
- "pip install numpy<br />pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html" ,
391
+ "pip install numpy<br />pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html" ,
392
392
393
393
"preview,libtorch,linux,cudanone,cplusplus" :
394
394
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip</a>" ,
0 commit comments