Skip to content

Commit a63c585

Browse files
JoelMarceysoumith
authored andcommitted
Use https throughout for downloads
Fixes #14847
1 parent fa6ccd0 commit a63c585

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

assets/quick-start-module.js

+24-24
Original file line numberDiff line numberDiff line change
@@ -360,48 +360,48 @@ function commandMessage(key) {
360360
"stable,pip,macos,cudanone,python3.7": "pip3 install torch torchvision",
361361

362362
"stable,pip,linux,cudanone,python2.7":
363-
"pip install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl<br/>pip install torchvision <br/><br/> # if the above command does not work, then you have python 2.7 UCS2, use this command<br/>pip install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27m-linux_x86_64.whl",
363+
"pip install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl<br/>pip install torchvision <br/><br/> # if the above command does not work, then you have python 2.7 UCS2, use this command<br/>pip install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27m-linux_x86_64.whl",
364364

365365
"stable,pip,linux,cuda8,python2.7":
366-
"pip install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl<br/>pip install torchvision<br/><br/># if the above command does not work, then you have python 2.7 UCS2, use this command<br/>pip install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp27-cp27m-linux_x86_64.whl",
366+
"pip install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl<br/>pip install torchvision<br/><br/># if the above command does not work, then you have python 2.7 UCS2, use this command<br/>pip install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp27-cp27m-linux_x86_64.whl",
367367

368368
"stable,pip,linux,cuda9.0,python2.7": "pip install torch torchvision",
369369

370370
"stable,pip,linux,cuda10.0,python2.7":
371-
"pip install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl<br/>pip install torchvision<br/><br/># if the above command does not work, then you have python 2.7 UCS2, use this command<br/>pip install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp27-cp27m-linux_x86_64.whl",
371+
"pip install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl<br/>pip install torchvision<br/><br/># if the above command does not work, then you have python 2.7 UCS2, use this command<br/>pip install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp27-cp27m-linux_x86_64.whl",
372372

373373
"stable,pip,linux,cudanone,python3.5":
374-
"pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp35-cp35m-linux_x86_64.whl<br/>pip3 install torchvision",
374+
"pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp35-cp35m-linux_x86_64.whl<br/>pip3 install torchvision",
375375

376376
"stable,pip,linux,cuda8,python3.5":
377-
"pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp35-cp35m-linux_x86_64.whl<br/>pip3 install torchvision",
377+
"pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp35-cp35m-linux_x86_64.whl<br/>pip3 install torchvision",
378378

379379
"stable,pip,linux,cuda9.0,python3.5": "pip3 install torch torchvision",
380380

381381
"stable,pip,linux,cuda10.0,python3.5":
382-
"pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp35-cp35m-linux_x86_64.whl<br/>pip3 install torchvision",
382+
"pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp35-cp35m-linux_x86_64.whl<br/>pip3 install torchvision",
383383

384384
"stable,pip,linux,cudanone,python3.6":
385-
"pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-linux_x86_64.whl<br/>pip3 install torchvision",
385+
"pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-linux_x86_64.whl<br/>pip3 install torchvision",
386386

387387
"stable,pip,linux,cuda8,python3.6":
388-
"pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp36-cp36m-linux_x86_64.whl<br/>pip3 install torchvision",
388+
"pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp36-cp36m-linux_x86_64.whl<br/>pip3 install torchvision",
389389

390390
"stable,pip,linux,cuda9.0,python3.6": "pip3 install torch torchvision",
391391

392392
"stable,pip,linux,cuda10.0,python3.6":
393-
"pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp36-cp36m-linux_x86_64.whl<br/>pip3 install torchvision",
393+
"pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp36-cp36m-linux_x86_64.whl<br/>pip3 install torchvision",
394394

395395
"stable,pip,linux,cudanone,python3.7":
396-
"pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp37-cp37m-linux_x86_64.whl<br/>pip3 install torchvision",
396+
"pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp37-cp37m-linux_x86_64.whl<br/>pip3 install torchvision",
397397

398398
"stable,pip,linux,cuda8,python3.7":
399-
"pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp37-cp37m-linux_x86_64.whl<br/>pip3 install torchvision",
399+
"pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp37-cp37m-linux_x86_64.whl<br/>pip3 install torchvision",
400400

401401
"stable,pip,linux,cuda9.0,python3.7": "pip3 install torch torchvision",
402402

403403
"stable,pip,linux,cuda10.0,python3.7":
404-
"pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-linux_x86_64.whl<br/>pip3 install torchvision",
404+
"pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-linux_x86_64.whl<br/>pip3 install torchvision",
405405

406406
"stable,pip,windows,cudanone,python2.7":
407407
"# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.",
@@ -416,40 +416,40 @@ function commandMessage(key) {
416416
"# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.",
417417

418418
"stable,pip,windows,cudanone,python3.5":
419-
"pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
419+
"pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
420420

421421
"stable,pip,windows,cuda8,python3.5":
422-
"pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
422+
"pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
423423

424424
"stable,pip,windows,cuda9.0,python3.5":
425-
"pip3 install http://download.pytorch.org/whl/cu90/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
425+
"pip3 install https://download.pytorch.org/whl/cu90/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
426426

427427
"stable,pip,windows,cuda10.0,python3.5":
428-
"pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
428+
"pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp35-cp35m-win_amd64.whl<br/>pip3 install torchvision",
429429

430430
"stable,pip,windows,cudanone,python3.6":
431-
"pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
431+
"pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
432432

433433
"stable,pip,windows,cuda8,python3.6":
434-
"pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
434+
"pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
435435

436436
"stable,pip,windows,cuda9.0,python3.6":
437-
"pip3 install http://download.pytorch.org/whl/cu90/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
437+
"pip3 install https://download.pytorch.org/whl/cu90/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
438438

439439
"stable,pip,windows,cuda10.0,python3.6":
440-
"pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
440+
"pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp36-cp36m-win_amd64.whl<br/>pip3 install torchvision",
441441

442442
"stable,pip,windows,cudanone,python3.7":
443-
"pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
443+
"pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
444444

445445
"stable,pip,windows,cuda8,python3.7":
446-
"pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
446+
"pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
447447

448448
"stable,pip,windows,cuda9.0,python3.7":
449-
"pip3 install http://download.pytorch.org/whl/cu90/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
449+
"pip3 install https://download.pytorch.org/whl/cu90/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
450450

451451
"stable,pip,windows,cuda10.0,python3.7":
452-
"pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
452+
"pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-win_amd64.whl<br/>pip3 install torchvision",
453453

454454
"stable,libtorch,linux,cudanone,cplusplus":
455455
"Download here: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-latest.zip</a>",

0 commit comments

Comments
 (0)