From 563f14dbe50c817301a2bdd463cb73add9020375 Mon Sep 17 00:00:00 2001 From: Daniel Vega-Myhre Date: Wed, 27 Aug 2025 15:54:48 -0700 Subject: [PATCH] exclude libcudart.so.13 from auditwheel repair to fix CUDA 13.0 wheel build CI job --- packaging/post_build_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/post_build_script.sh b/packaging/post_build_script.sh index e6cfc8adfe..b241611932 100644 --- a/packaging/post_build_script.sh +++ b/packaging/post_build_script.sh @@ -21,6 +21,7 @@ if [[ "$CU_VERSION" == cu* ]]; then --exclude libtorch_cpu.so \ --exclude libc10.so \ --exclude libc10_cuda.so \ + --exclude libcudart.so.13 \ --exclude libcudart.so.12 \ --exclude libcudart.so.11.0 \ "${WHEEL_NAME}"