]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Check for reverse prompt by characters instead of tokens (#292) (#330)
authortjohnman <redacted>
Tue, 21 Mar 2023 16:05:06 +0000 (17:05 +0100)
committerGitHub <redacted>
Tue, 21 Mar 2023 16:05:06 +0000 (18:05 +0200)
commit6a612959e1b6c37b68b6b141329751a2902b1030
treeb16f9877d9208b950dfa5187a86f6bfb0a824331
parentd5f56a5e5a0069329a81f96460221e7afb1daddc
Check for reverse prompt by characters instead of tokens (#292) (#330)

* Check for reverse prompt by characters instead of tokens (#292)

* Update main.cpp

Wording.

* Cleanup.

* Remove unnecessary use of std::stringstream.

---------

Co-authored-by: Johnman <redacted>
Co-authored-by: Georgi Gerganov <redacted>