]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : avoid logging partial messages (which can contain broken UTF-8 sequences...
authorkallewoof <redacted>
Tue, 29 Jul 2025 15:05:38 +0000 (00:05 +0900)
committerGitHub <redacted>
Tue, 29 Jul 2025 15:05:38 +0000 (17:05 +0200)
commit1a67fcc30677e96dda76bb1b290788e7d8852b51
tree3f0d146507a5107416a9518a103ecdf2610295b4
parent204f2cf168dc01ca7b200b1510e0ff585ca9a92e
common : avoid logging partial messages (which can contain broken UTF-8 sequences) (#14937)

* bug-fix: don't attempt to log partial parsed messages to avoid crash due to unfinished UTF-8 sequences
common/chat.cpp