From c0444c3a6c67f059f3b05a0a6eca380b734072ba Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 8 Apr 2025 14:07:57 -0700 Subject: [PATCH] Remove updating pre-cxx-abi mention for libtorch release builds as well --- scripts/gen_quick_start_module.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/gen_quick_start_module.py b/scripts/gen_quick_start_module.py index a1389179883f..5fd20d79949f 100755 --- a/scripts/gen_quick_start_module.py +++ b/scripts/gen_quick_start_module.py @@ -158,8 +158,9 @@ def update_versions(versions, release_matrix, release_version): } if instr["versions"] is not None: for ver in [CXX11_ABI, PRE_CXX11_ABI]: - # temporarily apply removal of cxx11 abi only to nightly and rocm builds - if ver == PRE_CXX11_ABI and (release_version == "nightly" or gpu_arch_type == "rocm"): + # temporarily remove setting pre-cxx11-abi. For Release 2.7 we + # should remove pre-cxx11-abi completely. + if ver == PRE_CXX11_ABI: continue else: instr["versions"][LIBTORCH_DWNL_INSTR[ver]] = (