You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/quick-start-module.js
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ function commandMessage(key) {
193
193
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed",
194
194
195
195
"stable,conda,macos,rocm4.0,python":
196
-
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio -c pytorch<br /># ROCm is not available on MacOS",
196
+
"<b>NOTE:</b> ROCm is not available on MacOS",
197
197
198
198
"stable,conda,macos,accnone,python":
199
199
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio -c pytorch",
@@ -205,7 +205,7 @@ function commandMessage(key) {
205
205
"<b>NOTE:</b> 'conda-forge' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge",
206
206
207
207
"stable,conda,windows,rocm4.0,python":
208
-
"<b>NOTE:</b> ROCm is not available on Windows<br />",
208
+
"<b>NOTE:</b> ROCm is not available on Windows",
209
209
210
210
"stable,conda,windows,accnone,python":
211
211
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cpuonly -c pytorch",
@@ -217,7 +217,7 @@ function commandMessage(key) {
217
217
"pip install torch torchvision torchaudio<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed",
218
218
219
219
"stable,pip,macos,rocm4.0,python":
220
-
"<b>NOTE:</b> ROCm is not available on MacOS<br />",
"<b>NOTE:</b> ROCm is not available on Windows<br />",
246
+
"<b>NOTE:</b> ROCm is not available on Windows",
247
247
248
248
"stable,libtorch,linux,accnone,cplusplus":
249
249
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.8.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.8.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.8.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.8.0%2Bcpu.zip</a>",
@@ -267,7 +267,7 @@ function commandMessage(key) {
267
267
"MacOS binaries do not support CUDA. Download CPU libtorch here: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.8.0.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.8.0.zip </a>",
268
268
269
269
"stable,libtorch,macos,rocm4.0,cplusplus":
270
-
"ROCm is not available on MacOS",
270
+
"<b>NOTE:</b> ROCm is not available on MacOS",
271
271
272
272
"stable,libtorch,windows,accnone,cplusplus":
273
273
"Windows stable binaries do not support Java, but nighty binaries do. Support is only available for Linux and MacOS. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.8.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.8.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.8.0%2Bcpu.zip'>https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.8.0%2Bcpu.zip</a>",
@@ -279,7 +279,7 @@ function commandMessage(key) {
279
279
"Windows stable binaries do not support Java, but nighty binaries do. Support is only available for Linux and MacOS. Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.8.0%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.8.0%2Bcu111.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.8.0%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.8.0%2Bcu111.zip</a>",
280
280
281
281
"stable,libtorch,windows,rocm4.0,cplusplus":
282
-
"<b>NOTE:</b> ROCm is not available on Windows<br />",
282
+
"<b>NOTE:</b> ROCm is not available on Windows",
283
283
284
284
"preview,conda,linux,cuda10.2,python":
285
285
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly",
@@ -300,7 +300,7 @@ function commandMessage(key) {
300
300
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio -c pytorch-nightly",
301
301
302
302
"preview,conda,macos,rocm4.0,python":
303
-
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio -c pytorch-nightly",
303
+
"<b>NOTE:</b> ROCm is not available on MacOS",
304
304
305
305
"preview,conda,macos,accnone,python":
306
306
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio -c pytorch-nightly",
@@ -312,7 +312,7 @@ function commandMessage(key) {
312
312
"<b>NOTE:</b> 'conda-forge' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-nightly -c conda-forge",
313
313
314
314
"preview,conda,windows,rocm4.0,python":
315
-
"<b>NOTE:</b> ROCm is not available on Windows<br />",
315
+
"<b>NOTE:</b> ROCm is not available on Windows",
316
316
317
317
"preview,conda,windows,accnone,python":
318
318
"<b>NOTE:</b> Python 3.9 users will need to add '-c=conda-forge' for installation<br />conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly",
@@ -351,7 +351,7 @@ function commandMessage(key) {
@@ -387,7 +387,7 @@ function commandMessage(key) {
387
387
"Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-latest.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-debug-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-debug-latest.zip</a>",
388
388
389
389
"preview,libtorch,windows,rocm4.0,cplusplus":
390
-
"<b>NOTE:</b> ROCm is not available on Windows<br />",
0 commit comments