]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
main : make reverse prompt option act as a stop token in non-interactive mode (#1032)
authorJason McCartney <redacted>
Fri, 19 May 2023 17:24:59 +0000 (10:24 -0700)
committerGitHub <redacted>
Fri, 19 May 2023 17:24:59 +0000 (20:24 +0300)
commit7694b52b9a206b93d59139c3c7c9b55da0f5aa59
tree481ab414876bf93dcf3e18d245a68108b70d8923
parent79e3efb0e97b65b6cc72cd9ee970fa8189ad79a4
main : make reverse prompt option act as a stop token in non-interactive mode (#1032)

* Make reverse prompt option act as a stop token in non-interactive scenarios

* Making requested review changes

* Update gpt_params_parse and fix a merge error

* Revert "Update gpt_params_parse and fix a merge error"

This reverts commit 2bb2ff1748513591ad45b175a75ed1d8089d84c8.

* Update gpt_params_parse and fix a merge error take 2
examples/common.cpp
examples/main/main.cpp