Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
paths:
- build/packaging/**
- packaging/**
- .github/workflows/build_wheels_linux.yml
- setup.py
push:
Expand Down
5 changes: 2 additions & 3 deletions packaging/post_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ 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 \
--exclude libcuda.so.* \
--exclude libcudart.so.* \
"${WHEEL_NAME}"

ls -lah .
Expand Down
Loading