File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7474 CIBW_SKIP : " *musllinux* pp*"
7575 CIBW_REPAIR_WHEEL_COMMAND : " "
7676 CIBW_ARCHS : " aarch64"
77+ CIBW_ENVIRONMENT : CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DCMAKE_CROSSCOMPILING=ON"
7778 CIBW_BUILD : " cp38-* cp39-* cp310-* cp311-* cp312-*"
7879 with :
7980 output-dir : wheelhouse
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99jobs :
1010 docker :
1111 name : Build and push Docker image
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.12]
11+
12+ - feat: Update llama.cpp to [ ggml-org/llama.cpp@b8eeb8741d4483daf576498cf90537b4de71633c] ( https://github.com/ggml-org/llama.cpp/commit/b8eeb8741d4483daf576498cf90537b4de71633c )
13+
1014## [ 0.3.11]
1115
1216- fix: Update reference to ` llama_kv_cache_clear ` in Llama.embed. Closes #2037 by @abetlen in 9e5a4eaa84156084ed7bbb91e6efcc91dc6217bc
Original file line number Diff line number Diff line change 11from .llama_cpp import *
22from .llama import *
33
4- __version__ = "0.3.11 "
4+ __version__ = "0.3.12 "
You can’t perform that action at this time.
0 commit comments