]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
chat: Fix streaming parser for granite models (#15682)
authorshun095 <redacted>
Fri, 19 Sep 2025 15:57:30 +0000 (00:57 +0900)
committerGitHub <redacted>
Fri, 19 Sep 2025 15:57:30 +0000 (09:57 -0600)
commitf432d8d83e7407073634c5e4fd81a3d23a10827f
tree0cc2b9c0f1c166138dcf6879f659a11747643028
parent4067f07fc5aa5722b87db303b561597004696f6c
chat: Fix streaming parser for granite models (#15682)

* fix(chat): fix streaming parser for granite models

* tests: add test cases for Granite models chat parser
common/chat.cpp
tests/test-chat.cpp