You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support multimodal content injection for `image_url`, `audio_url`, and `input_audio` (including base64 reconstruction).
34
+
- Integrate reasoning/thinking controls via `enable_thinking` toggle and `<|channel>thought` formatting.
35
+
- Configure `<turn|>` as the primary stop sequence for generation boundaries.
36
+
37
+
- feat(chat_format) Implemented `LFM25VLChatHandler` for **LFM2.5-VL** (by **@alcoftTAO**)
38
+
39
+
- fix Qwen3.5 chat template typos(reported by **@abdullah-cod9**)
40
+
41
+
- refactor(logger): migrate from llama_log_callback to ggml_log_callback
42
+
- Remove the deprecated `llama_log_callback` typedef from `llama_cpp.py`.
43
+
- Update `_logger.py` to use `ggml_log_callback` from `_ggml`, aligning with the upstream GGML logging architecture.
44
+
- Rename the callback references across the codebase, including the MTMD context initialization in `llama_chat_format.py`.
45
+
46
+
- feat(ggml): add support for ggml-base library and new function bindings
47
+
- Load the new `ggml-base` shared library alongside `ggml`.
48
+
- Add `ctypes` bindings for `ggml_log_get`, `ggml_log_set`, and `ggml_set_zero` using the `ggml_base_function` decorator.
49
+
50
+
- Update README.md
51
+
52
+
- feat: Update llama.cpp to [ggml-org/llama.cpp/commit/58190cc84d846d8575ba26e8486bc29d9fd8ad55](https://github.com/ggml-org/llama.cpp/commit/58190cc84d846d8575ba26e8486bc29d9fd8ad55)
53
+
54
+
- feat: Sync llama.cpp llama/mtmd API Binding 20260402
55
+
56
+
More information see: https://github.com/JamePeng/llama-cpp-python/compare/a184583e908cc138fd15794986b3581521fb9b0c...232092e32b3563159a86aacb168da06c4937192b
57
+
10
58
## [0.3.34] Dynamic LoRA Routing, Control Vectors, and Assistant Prefill
11
59
12
60
-**feat(chat_format): added assistant_prefill to seamlessly continue responses**
0 commit comments