]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
main : add option to save full output to session (#1338)
authorEvan Jones <redacted>
Wed, 10 May 2023 15:37:14 +0000 (11:37 -0400)
committerGitHub <redacted>
Wed, 10 May 2023 15:37:14 +0000 (11:37 -0400)
commitcf348a60e0af3905acd1d297cb064b918265b7ac
treeb5480b47918c0d1f386db71a195028fd5ca095be
parente6a46b0ed1884c77267dc70693183e3b7164e0e0
main : add option to save full output to session (#1338)

* main : add option to save full output to session

* split behavior into --session and --prompt-cache

* restore original implementation with new names

* PR comments

* move the check for incompatible parameters to gpt_params_parse

* Fix whitespace

Co-authored-by: DannyDaemonic <redacted>
---------

Co-authored-by: DannyDaemonic <redacted>
examples/common.cpp
examples/common.h
examples/main/README.md
examples/main/main.cpp