Skip to content

Commit f9b41d5

Browse files
committed
Revert "remove from nightly"
This reverts commit 54db730.
1 parent 54db730 commit f9b41d5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

published_versions.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,35 @@
5252
"accnone": {
5353
"note": null,
5454
"versions": {
55-
"Download here:": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip"
55+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip",
56+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip"
5657
}
5758
},
5859
"cuda.x": {
5960
"note": null,
6061
"versions": {
61-
"Download here:": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip"
62+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip",
63+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip"
6264
}
6365
},
6466
"cuda.y": {
6567
"note": null,
6668
"versions": {
67-
"Download here:": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip"
69+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip",
70+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-cxx11-abi-shared-with-deps-latest.zip"
6871
}
6972
},
7073
"cuda.z": {
7174
"note": null,
7275
"versions": {
73-
"Download here:": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-cxx11-abi-shared-with-deps-latest.zip"
76+
"Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-shared-with-deps-latest.zip",
77+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu128/libtorch-cxx11-abi-shared-with-deps-latest.zip"
7478
}
7579
},
7680
"rocm5.x": {
7781
"note": null,
7882
"versions": {
79-
"Download here:": "https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-cxx11-abi-shared-with-deps-latest.zip"
83+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.3/libtorch-cxx11-abi-shared-with-deps-latest.zip"
8084
}
8185
}
8286
}
@@ -5859,4 +5863,4 @@
58595863
}
58605864
}
58615865
}
5862-
}
5866+
}

0 commit comments

Comments
 (0)