Skip to content

Commit 95a0047

Browse files
committed
Tune published versions template
1 parent a95683d commit 95a0047

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

published_versions.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"rocm5.x": {
2121
"note": null,
22-
"command": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/rocm5.3"
22+
"command": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/rocm5.2"
2323
}
2424
},
2525
"conda": {
@@ -44,29 +44,29 @@
4444
"accnone": {
4545
"note": null,
4646
"versions": {
47-
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip",
48-
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip"
47+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-1.13.0%2Bcpu.zip",
48+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcpu.zip"
4949
}
5050
},
5151
"cuda.x": {
5252
"note": null,
5353
"versions": {
54-
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-shared-with-deps-latest.zip",
55-
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-cxx11-abi-shared-with-deps-latest.zip"
54+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-shared-with-deps-1.13.0%2Bcu116.zip",
55+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcu116.zip"
5656
}
5757
},
5858
"cuda.y": {
5959
"note": null,
6060
"versions": {
61-
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-shared-with-deps-latest.zip",
62-
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-cxx11-abi-shared-with-deps-latest.zip"
61+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-shared-with-deps-1.13.0%2Bcu117.zip",
62+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcu117.zip"
6363
}
6464
},
6565
"rocm5.x": {
6666
"note": null,
6767
"versions": {
68-
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm5.3/libtorch-shared-with-deps-latest.zip",
69-
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm5.3/libtorch-cxx11-abi-shared-with-deps-latest.zip"
68+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm5.2/libtorch-shared-with-deps-1.13.0%2Brocm5.2.zip",
69+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm5.2/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Brocm5.2.zip"
7070
}
7171
}
7272
}
@@ -96,29 +96,29 @@
9696
"conda": {
9797
"cuda.x": {
9898
"note": "# CUDA is not available on MacOS, please use default package",
99-
"command": "conda install pytorch torchvision torchaudio -c pytorch-nightly",
99+
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly",
100100
"default": true
101101
},
102102
"cuda.y": {
103103
"note": "# CUDA is not available on MacOS, please use default package",
104-
"command": "conda install pytorch torchvision torchaudio -c pytorch-nightly",
104+
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly",
105105
"default": true
106106
},
107107
"rocm5.x": {
108108
"note": "# ROCm is not available on MacOS, please use default package",
109-
"command": "conda install pytorch torchvision torchaudio -c pytorch-nightly",
109+
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly",
110110
"default": true
111111
},
112112
"accnone": {
113113
"note": "# MPS acceleration is available on MacOS 12.3+",
114-
"command": "conda install pytorch torchvision torchaudio -c pytorch-nightly"
114+
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly"
115115
}
116116
},
117117
"libtorch": {
118118
"accnone": {
119119
"note": null,
120120
"versions": {
121-
"Download here:": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
121+
"Download default libtorch here (ROCm and CUDA not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
122122
}
123123
},
124124
"cuda.x": {
@@ -182,22 +182,22 @@
182182
"accnone": {
183183
"note": null,
184184
"versions": {
185-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip",
186-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip"
185+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-static-without-deps-latest.zip",
186+
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-static-without-deps-debug-latest.zip"
187187
}
188188
},
189189
"cuda.x": {
190190
"note": null,
191191
"versions": {
192-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-shared-with-deps-latest.zip",
193-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-shared-with-deps-debug-latest.zip"
192+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-static-without-deps-latest.zip",
193+
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-static-without-deps-debug-latest.zip"
194194
}
195195
},
196196
"cuda.y": {
197197
"note": null,
198198
"versions": {
199-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-win-shared-with-deps-latest.zip",
200-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-win-shared-with-deps-debug-latest.zip"
199+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-win-static-without-deps-latest.zip",
200+
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu117/libtorch-win-static-without-deps-debug-latest.zip"
201201
}
202202
},
203203
"rocm5.x": {
@@ -310,26 +310,26 @@
310310
},
311311
"accnone": {
312312
"note": null,
313-
"command": "conda install pytorch torchvision torchaudio -c pytorch"
313+
"command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch"
314314
}
315315
},
316316
"libtorch": {
317317
"accnone": {
318318
"note": null,
319319
"versions": {
320-
"Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
320+
"Download default libtorch here (ROCm and CUDA not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
321321
}
322322
},
323323
"cuda.x": {
324324
"note": null,
325325
"versions": {
326-
"MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
326+
"Download default libtorch here (ROCm and CUDA not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
327327
}
328328
},
329329
"cuda.y": {
330330
"note": null,
331331
"versions": {
332-
"MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
332+
"Download default libtorch here (ROCm and CUDA not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
333333
}
334334
},
335335
"rocm5.x": {
@@ -2237,4 +2237,4 @@
22372237
}
22382238
}
22392239
}
2240-
}
2240+
}

0 commit comments

Comments
 (0)