Skip to content

Commit 01adaa1

Browse files
Deploy to GitHub Pages on master [ci skip]
1 parent 7d0b4e2 commit 01adaa1

File tree

15 files changed

+31
-40
lines changed

15 files changed

+31
-40
lines changed

assets/quick-start-module.js

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ function commandMessage(key) {
199199
"stable,conda,macos,cudanone,python":
200200
"conda install pytorch torchvision -c pytorch",
201201

202-
"stable,conda,windows,cuda9.2,python":
203-
"conda install pytorch torchvision cudatoolkit=9.2 -c pytorch -c defaults -c numba/label/dev ",
204-
205202
"stable,conda,windows,cuda10.1,python":
206203
"conda install pytorch torchvision cudatoolkit=10.1 -c pytorch",
207204

@@ -223,64 +220,58 @@ function commandMessage(key) {
223220
"stable,pip,macos,cudanone,python": "pip install torch torchvision",
224221

225222
"stable,pip,linux,cudanone,python":
226-
"pip install torch==1.5.1+cpu torchvision==0.6.1+cpu -f https://download.pytorch.org/whl/torch_stable.html",
223+
"pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html",
227224

228225
"stable,pip,linux,cuda9.2,python":
229-
"pip install torch==1.5.1+cu92 torchvision==0.6.1+cu92 -f https://download.pytorch.org/whl/torch_stable.html",
226+
"pip install torch==1.6.0+cu92 torchvision==0.7.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html",
230227

231228
"stable,pip,linux,cuda10.1,python":
232-
"pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html",
229+
"pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html",
233230

234231
"stable,pip,linux,cuda10.2,python":
235232
"pip install torch torchvision",
236233

237234
"stable,pip,windows,cudanone,python":
238-
"pip install torch==1.5.1+cpu torchvision==0.6.1+cpu -f https://download.pytorch.org/whl/torch_stable.html",
239-
240-
"stable,pip,windows,cuda9.2,python":
241-
"pip install torch==1.5.1+cu92 torchvision==0.6.1+cu92 -f https://download.pytorch.org/whl/torch_stable.html",
235+
"pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html",
242236

243237
"stable,pip,windows,cuda10.1,python":
244-
"pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html",
238+
"pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html",
245239

246240
"stable,pip,windows,cuda10.2,python":
247-
"pip install torch===1.5.1 torchvision===0.6.1 -f https://download.pytorch.org/whl/torch_stable.html",
241+
"pip install torch===1.6.0 torchvision===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html",
248242

249243
"stable,libtorch,linux,cudanone,cplusplus":
250-
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.5.1%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.5.1%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.5.1%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.5.1%2Bcpu.zip</a>",
244+
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.6.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.6.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.6.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.6.0%2Bcpu.zip</a>",
251245

252246
"stable,libtorch,linux,cuda9.2,cplusplus":
253-
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-shared-with-deps-1.5.1%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-shared-with-deps-1.5.1%2Bcu92.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-cxx11-abi-shared-with-deps-1.5.1%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-cxx11-abi-shared-with-deps-1.5.1%2Bcu92.zip</a>",
247+
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-shared-with-deps-1.6.0%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-shared-with-deps-1.6.0%2Bcu92.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-cxx11-abi-shared-with-deps-1.6.0%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-cxx11-abi-shared-with-deps-1.6.0%2Bcu92.zip</a>",
254248

255249
"stable,libtorch,linux,cuda10.1,cplusplus":
256-
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-shared-with-deps-1.5.1%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-shared-with-deps-1.5.1%2Bcu101.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-cxx11-abi-shared-with-deps-1.5.1%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-cxx11-abi-shared-with-deps-1.5.1%2Bcu101.zip</a>",
250+
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-shared-with-deps-1.6.0%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-shared-with-deps-1.6.0%2Bcu101.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-cxx11-abi-shared-with-deps-1.6.0%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-cxx11-abi-shared-with-deps-1.6.0%2Bcu101.zip</a>",
257251

258252
"stable,libtorch,linux,cuda10.2,cplusplus":
259-
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.5.1.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.5.1.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.5.1.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.5.1.zip</a>",
253+
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.6.0.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.6.0.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.6.0.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.6.0.zip</a>",
260254

261255
"stable,libtorch,macos,cudanone,cplusplus":
262-
"MacOS binaries do not support Java. Support is only available for Linux. Download here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip </a>",
256+
"MacOS binaries do not support Java. Support is only available for Linux. Download here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip </a>",
263257

264258
"stable,libtorch,macos,cuda9.2,cplusplus":
265-
"MacOS binaries do not support Java. Support is only available for Linux. MacOS binaries do not support CUDA. Download CPU libtorch here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip </a>",
259+
"MacOS binaries do not support Java. Support is only available for Linux. MacOS binaries do not support CUDA. Download CPU libtorch here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip </a>",
266260

267261
"stable,libtorch,macos,cuda10.1,cplusplus":
268-
"MacOS binaries do not support Java. Support is only available for Linux. MacOS binaries do not support CUDA. Download CPU libtorch here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip </a>",
262+
"MacOS binaries do not support Java. Support is only available for Linux. MacOS binaries do not support CUDA. Download CPU libtorch here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip </a>",
269263

270264
"stable,libtorch,macos,cuda10.2,cplusplus":
271-
"MacOS binaries do not support Java. Support is only available for Linux. MacOS binaries do not support CUDA. Download CPU libtorch here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.5.1.zip </a>",
265+
"MacOS binaries do not support Java. Support is only available for Linux. MacOS binaries do not support CUDA. Download CPU libtorch here for C++: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip </a>",
272266

273267
"stable,libtorch,windows,cudanone,cplusplus":
274-
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.5.1%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.5.1%2Bcpu.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.5.1%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.5.1%2Bcpu.zip</a>",
275-
276-
"stable,libtorch,windows,cuda9.2,cplusplus":
277-
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-1.5.1%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-1.5.1%2Bcu92.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-debug-1.5.1%2Bcu92.zip'>https://download.pytorch.org/libtorch/cu92/libtorch-win-shared-with-deps-debug-1.5.1%2Bcu92.zip</a>",
268+
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.6.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.6.0%2Bcpu.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.6.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.6.0%2Bcpu.zip</a>",
278269

279270
"stable,libtorch,windows,cuda10.1,cplusplus":
280-
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-1.5.1%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-1.5.1%2Bcu101.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-debug-1.5.1%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-debug-1.5.1%2Bcu101.zip</a>",
271+
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-1.6.0%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-1.6.0%2Bcu101.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-debug-1.6.0%2Bcu101.zip'>https://download.pytorch.org/libtorch/cu101/libtorch-win-shared-with-deps-debug-1.6.0%2Bcu101.zip</a>",
281272

282273
"stable,libtorch,windows,cuda10.2,cplusplus":
283-
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.5.1.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.5.1.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.5.1.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.5.1.zip</a>",
274+
"Windows binaries do not support Java. Support is only available for Linux. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.6.0.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.6.0.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.6.0.zip'>https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.6.0.zip</a>",
284275

285276
"preview,conda,linux,cuda9.2,python":
286277
"conda install pytorch torchvision cudatoolkit=9.2 -c pytorch-nightly",

blog/2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h3>Quick Start
320320
<div class="option-text">PyTorch Build</div>
321321
</div>
322322
<div class="col-md-6 option block version selected" id="stable">
323-
<div class="option-text">Stable (1.5.1)</div>
323+
<div class="option-text">Stable (1.6.0)</div>
324324
</div>
325325
<div class="col-md-6 option block version" id="preview">
326326
<div class="option-text">Preview (Nightly)</div>

blog/3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h3>Quick Start
322322
<div class="option-text">PyTorch Build</div>
323323
</div>
324324
<div class="col-md-6 option block version selected" id="stable">
325-
<div class="option-text">Stable (1.5.1)</div>
325+
<div class="option-text">Stable (1.6.0)</div>
326326
</div>
327327
<div class="col-md-6 option block version" id="preview">
328328
<div class="option-text">Preview (Nightly)</div>

blog/4/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h3>Quick Start
320320
<div class="option-text">PyTorch Build</div>
321321
</div>
322322
<div class="col-md-6 option block version selected" id="stable">
323-
<div class="option-text">Stable (1.5.1)</div>
323+
<div class="option-text">Stable (1.6.0)</div>
324324
</div>
325325
<div class="col-md-6 option block version" id="preview">
326326
<div class="option-text">Preview (Nightly)</div>

blog/5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h3>Quick Start
322322
<div class="option-text">PyTorch Build</div>
323323
</div>
324324
<div class="col-md-6 option block version selected" id="stable">
325-
<div class="option-text">Stable (1.5.1)</div>
325+
<div class="option-text">Stable (1.6.0)</div>
326326
</div>
327327
<div class="col-md-6 option block version" id="preview">
328328
<div class="option-text">Preview (Nightly)</div>

blog/6/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ <h3>Quick Start
321321
<div class="option-text">PyTorch Build</div>
322322
</div>
323323
<div class="col-md-6 option block version selected" id="stable">
324-
<div class="option-text">Stable (1.5.1)</div>
324+
<div class="option-text">Stable (1.6.0)</div>
325325
</div>
326326
<div class="col-md-6 option block version" id="preview">
327327
<div class="option-text">Preview (Nightly)</div>

blog/7/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h3>Quick Start
324324
<div class="option-text">PyTorch Build</div>
325325
</div>
326326
<div class="col-md-6 option block version selected" id="stable">
327-
<div class="option-text">Stable (1.5.1)</div>
327+
<div class="option-text">Stable (1.6.0)</div>
328328
</div>
329329
<div class="col-md-6 option block version" id="preview">
330330
<div class="option-text">Preview (Nightly)</div>

blog/8/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h3>Quick Start
324324
<div class="option-text">PyTorch Build</div>
325325
</div>
326326
<div class="col-md-6 option block version selected" id="stable">
327-
<div class="option-text">Stable (1.5.1)</div>
327+
<div class="option-text">Stable (1.6.0)</div>
328328
</div>
329329
<div class="col-md-6 option block version" id="preview">
330330
<div class="option-text">Preview (Nightly)</div>

blog/9/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h3>Quick Start
312312
<div class="option-text">PyTorch Build</div>
313313
</div>
314314
<div class="col-md-6 option block version selected" id="stable">
315-
<div class="option-text">Stable (1.5.1)</div>
315+
<div class="option-text">Stable (1.6.0)</div>
316316
</div>
317317
<div class="col-md-6 option block version" id="preview">
318318
<div class="option-text">Preview (Nightly)</div>

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h3>Quick Start
318318
<div class="option-text">PyTorch Build</div>
319319
</div>
320320
<div class="col-md-6 option block version selected" id="stable">
321-
<div class="option-text">Stable (1.5.1)</div>
321+
<div class="option-text">Stable (1.6.0)</div>
322322
</div>
323323
<div class="col-md-6 option block version" id="preview">
324324
<div class="option-text">Preview (Nightly)</div>

features/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h3>Quick Start
510510
<div class="option-text">PyTorch Build</div>
511511
</div>
512512
<div class="col-md-6 option block version selected" id="stable">
513-
<div class="option-text">Stable (1.5.1)</div>
513+
<div class="option-text">Stable (1.6.0)</div>
514514
</div>
515515
<div class="col-md-6 option block version" id="preview">
516516
<div class="option-text">Preview (Nightly)</div>

0 commit comments

Comments
 (0)