Skip to content
Snippets Groups Projects

fix : auditwheel repair re enabled and added --exclude flag on all cuda libraries

Merged Grégoire Kubler requested to merge fix_cuda_wheel_too_big into main
Files
3
+ 1
1
@@ -43,7 +43,7 @@ release:pip:ubuntu:
CUDA_MAJOR_VERSION='12'
CUDA_MINOR_VERSION='4'
SEARCH_PATH='/home/ubuntu/builds/$CI_RUNNER_SHORT_TOKEN/$CI_CONCURRENT_ID'
CIBW_REPAIR_WHEEL_COMMAND=''
CIBW_REPAIR_WHEEL_COMMAND='auditwheel --verbose repair {wheel} -w {dest_dir} --exclude libcudart.so.12 --exclude libcudnn.so.9 --exclude libcublas.so.12 --exclude libcublasLt.so.12'
parallel:
matrix:
Loading