]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix: tool call parsing for LFM2 and LFM2.5 models (#21242)
authorJonathan <redacted>
Wed, 1 Apr 2026 14:22:44 +0000 (07:22 -0700)
committerGitHub <redacted>
Wed, 1 Apr 2026 14:22:44 +0000 (16:22 +0200)
commit1d6d4cf7a5361046f778414c5b1f5ecbc07eeb77
tree63494e3ab01e316948f8f1dd2f6434c4ce465a98
parent744c0c7310aad90e99a29c5739e4ee317fb6a748
fix: tool call parsing for LFM2 and LFM2.5 models (#21242)

* fix: tool call parsing for LFM2 and LFM2.5 models'

* refactor: add test / break out lfm2 and lfm2.5 parsing logic
common/chat.cpp
models/templates/LFM2.5-Instruct.jinja [new file with mode: 0644]
tests/test-chat.cpp