]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Relax prefill parser to allow space. (#21240)
authorPiotr Wilkin (ilintar) <redacted>
Thu, 2 Apr 2026 09:29:11 +0000 (11:29 +0200)
committerGitHub <redacted>
Thu, 2 Apr 2026 09:29:11 +0000 (11:29 +0200)
commite15efe007dc1c0d79afa347190dba91de3bd659b
tree82a15ef100d245a7ce0e2ca5ff7cf3494fd00f74
parent6137c325a16073c8bf68a52396a815006ccaa9a9
Relax prefill parser to allow space. (#21240)

* Relax prefill parser to allow space.

* Move changes from prefix() to parser generation

* Only allow spaces if we're not having a pure content parser next
common/chat-auto-parser-generator.cpp
common/chat.cpp