]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix new line issue with chat template, disable template when in-prefix/suffix is...
authorXuan Son Nguyen <redacted>
Sun, 30 Jun 2024 18:27:13 +0000 (20:27 +0200)
committerGitHub <redacted>
Sun, 30 Jun 2024 18:27:13 +0000 (20:27 +0200)
commit9ef07800622e4c371605f9419864d15667c3558f
tree054ad99ee5db006024fc7abafddd2133519be0f0
parent1c5eba6f8e628fb0a98afb27d8aaeb3b0e136451
Fix new line issue with chat template, disable template when in-prefix/suffix is set (#8203)

* preserve new line llama_chat_format_single

* disable chat template if in-prefix/suffix is set

* remove redundant change
common/common.cpp
common/common.h
examples/main/main.cpp
tests/test-chat-template.cpp