Skip to content

Commit b91460b

Browse files
acon96abetlen
andauthored
feat: enable arm64 musl builds (abetlen#2221)
* enable arm64 musl builds * feat: enable arm64 musl builds * fix(ci): use cwd for arm64 wheel repair --------- Co-authored-by: abetlen <abetlen@gmail.com>
1 parent f160bf7 commit b91460b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
- name: Build wheels
8383
uses: pypa/cibuildwheel@v2.22.0
8484
env:
85-
CIBW_SKIP: "*musllinux* pp*"
86-
CIBW_REPAIR_WHEEL_COMMAND: ""
85+
CIBW_SKIP: "pp*"
86+
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
8787
CIBW_ARCHS: "aarch64"
8888
# Keep native arm64 builds on a portable CPU baseline instead of
8989
# tuning wheels to the hosted runner.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- feat: enable arm64 musl builds by @acon96 in #2221
1011
- feat: Update llama.cpp to ggml-org/llama.cpp@d749821db
1112
- fix: model fails to load when chat template uses HuggingFace generation tags by @tobocop2 in #2226
1213
- docs: add contributing guide by @abetlen in #2229

0 commit comments

Comments
 (0)