Skip to content

Commit 8e90aaf

Browse files
committed
Fix libtorch nightly binaries links #2
1 parent 453f19e commit 8e90aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def generate_libtorch_matrix(
359359
if with_rocm == ENABLE and os == LINUX:
360360
arches += ROCM_ARCHES
361361

362-
if abi_versions is None:
362+
if abi_versions is None or len(abi_versions) == 0:
363363
if os == WINDOWS:
364364
abi_versions = [RELEASE, DEBUG]
365365
elif os == LINUX:

0 commit comments

Comments
 (0)