Skip to content

Commit 3de18af

Browse files
exclude libcudart.so.13 from auditwheel repair to fix CUDA 13.0 wheel build (#2892)
exclude libcudart.so.13 from auditwheel repair to fix CUDA 13.0 wheel build CI job
1 parent 2a53216 commit 3de18af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/post_build_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if [[ "$CU_VERSION" == cu* ]]; then
2121
--exclude libtorch_cpu.so \
2222
--exclude libc10.so \
2323
--exclude libc10_cuda.so \
24+
--exclude libcudart.so.13 \
2425
--exclude libcudart.so.12 \
2526
--exclude libcudart.so.11.0 \
2627
"${WHEEL_NAME}"

0 commit comments

Comments
 (0)