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 bc52aa7 commit 8555713Copy full SHA for 8555713
.github/workflows/build_wheels_linux.yml
@@ -5,6 +5,7 @@ on:
5
pull_request:
6
paths:
7
- build/packaging/**
8
+ - packaging/**
9
- .github/workflows/build_wheels_linux.yml
10
- setup.py
11
push:
packaging/post_build_script.sh
@@ -21,9 +21,8 @@ if [[ "$CU_VERSION" == cu* ]]; then
21
--exclude libtorch_cpu.so \
22
--exclude libc10.so \
23
--exclude libc10_cuda.so \
24
- --exclude libcudart.so.13 \
25
- --exclude libcudart.so.12 \
26
- --exclude libcudart.so.11.0 \
+ --exclude libcuda.so.* \
+ --exclude libcudart.so.* \
27
"${WHEEL_NAME}"
28
29
ls -lah .
0 commit comments