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/wheels-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
set -euxo pipefail
mkdir -p wheelhouse
export LD_LIBRARY_PATH="${CUDA_LIBRARY_PATHS}:${LD_LIBRARY_PATH:-}"
python -m pip install auditwheel
python -m auditwheel repair \
--exclude libcuda.so \
--exclude libcuda.so.1 \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels-rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
export ROCM_PATH="${ROCM_PATH:-/opt/rocm}"
export LD_LIBRARY_PATH="$ROCM_PATH/lib:$ROCM_PATH/lib64:${LD_LIBRARY_PATH:-}"
mkdir -p wheelhouse
python -m pip install auditwheel
python -m auditwheel repair \
--exclude libamdhip64.so \
--exclude libamdhip64.so.6 \
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- fix(ci): install auditwheel in accelerator repair steps
- fix(ci): repair accelerator wheel workflow dispatch publishing

## [0.0.41]
Expand Down
Loading