Skip to content

Commit ebf6099

Browse files
committed
Bump version to 0.3.44
- This release is a small but important maintenance update focused on improving Windows dynamic library loading reliability. Signed-off-by: JamePeng <jame_peng@sina.com>
1 parent db460e0 commit ebf6099

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.44] Improved Windows DLL(OpenMP) Loading Reliability for GGML Backends
11+
12+
- fix(ggml): preload bundled OpenMP runtime before loading ggml-base
13+
- Preload the packaged `libomp140.x86_64.dll` on Windows before initializing
14+
ggml-base to ensure CPU backend DLLs can resolve their OpenMP runtime
15+
dependency.
16+
- This only applies to Windows builds with llama-cpp-python >= 0.3.39 and
17+
uses the bundled runtime from the package lib directory, avoiding the need
18+
for users to configure system PATH or install additional OpenMP runtimes.
19+
20+
- feat: Update llama.cpp to [ggml-org/llama.cpp/commit/846e991ec3c7ccec49112ff2c5b00b710e5f551d](https://github.com/ggml-org/llama.cpp/commit/846e991ec3c7ccec49112ff2c5b00b710e5f551d)
21+
1022
## [0.3.43] Better llama.cpp ABI Compatibility, MTMD Performance and Extension API Support
1123

1224
- patch(Gemma4ChatHandler): Synchronize huggingface gemma4 latest chat template

llama_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .llama_cpp import *
22
from .llama import *
33

4-
__version__ = "0.3.43"
4+
__version__ = "0.3.44"

0 commit comments

Comments
 (0)