]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix instruct mode (#445)
authorrabidcopy <redacted>
Fri, 24 Mar 2023 15:22:39 +0000 (10:22 -0500)
committerGitHub <redacted>
Fri, 24 Mar 2023 15:22:39 +0000 (17:22 +0200)
commit863f65e2e32dc1e6d23c96a4811bf382d6b2a548
treeed00c666be4a5e6a225a64909a3eaf52fcf5023f
parentafd220d9c665e4c19107120ace2f0cb742e28aa1
fix instruct mode (#445)

changes to EOS behavior in interactive and reverse prompt handling broke instruct mode by erroneously injecting instruct mode's reverse prompt and an extra newline.
main.cpp