We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381fd48 commit f163917Copy full SHA for f163917
.github/workflows/pypi.yaml
@@ -87,12 +87,7 @@ jobs:
87
echo "Deleting CUDA libraries..."
88
# This find command will print the files being deleted, which is useful for debugging.
89
find "$UNPACK_DIR" -type f \( \
90
- -name 'libssl*.so*' -o \
91
- -name 'libcurand*.so*' -o \
92
- -name 'libcuda*.so*' -o \
93
- -name 'libcublasLt*.so*' -o \
94
- -name 'libcublas*.so*' -o \
95
- -name 'libcrypto*.so*' -o \
+ -name '*.so*' -o \
96
\) -print -delete
97
98
echo "Re-packing the wheel..."
0 commit comments