We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5404187 commit af73738Copy full SHA for af73738
scripts/gen_quick_start_module.py
@@ -57,6 +57,7 @@ class OperatingSystem(Enum):
57
acc_arch_ver_map = acc_arch_ver_default
58
59
LIBTORCH_DWNL_INSTR = {
60
+ PRE_CXX11_ABI: "Download here (Pre-cxx11 ABI):",
61
CXX11_ABI: "Download here (cxx11 ABI):",
62
RELEASE: "Download here (Release version):",
63
DEBUG: "Download here (Debug version):",
0 commit comments