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 e318546 commit 22638cdCopy full SHA for 22638cd
.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,8 +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.12 \
25
- --exclude libcudart.so.11.0 \
+ --exclude libcuda.so.* \
+ --exclude libcudart.so.* \
26
"${WHEEL_NAME}"
27
28
ls -lah .
0 commit comments