]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
talk-llama : add --session support (#845)
authorLuis Herrera <redacted>
Mon, 1 May 2023 17:18:10 +0000 (12:18 -0500)
committerGitHub <redacted>
Mon, 1 May 2023 17:18:10 +0000 (20:18 +0300)
commitbe5911a9f37d4813d94e70779c6e35e4fca47547
tree3dce9784a3a81fc731d04d43f93535fddca52b46
parentd375d73b2e61e9c36ceda28e0117ab68582ef7ca
talk-llama : add --session support (#845)

* feat: adding session support

* readme: adding --session info in examples/talk-llama

* llama: adding session fixes

* readme: updating session doc

* talk-llama: update the value of need_to_save_session to true in order to save the session in the subsequent interaction

* talk-llama: adding missing function which updates session_tokens
examples/talk-llama/README.md
examples/talk-llama/llama.cpp
examples/talk-llama/llama.h
examples/talk-llama/talk-llama.cpp