]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : add self-extend support (#5104)
authorMaximilian Winter <redacted>
Sat, 27 Jan 2024 13:38:05 +0000 (14:38 +0100)
committerGitHub <redacted>
Sat, 27 Jan 2024 13:38:05 +0000 (15:38 +0200)
commitec903c034131848da9222536ff18da07ec0882a0
treecfd7b1e8c3002e676c7b8309124c7c32bc506f60
parenta1d6df129bcd3d42cda38c09217d8d4ec4ea3bdd
server : add self-extend support (#5104)

* Ported self extension to server example

* Update server.cpp

* Fixed prompt caching without self extend

* Update server.cpp

* Added description to server readme.

* Update server.cpp

* Update server.cpp

* Update server.cpp

* Update server.cpp

* Update README.md

* Changed descriptions

* server : formatting

* Update examples/server/server.cpp

Co-authored-by: Georgi Gerganov <redacted>
* Update examples/server/server.cpp

Co-authored-by: Georgi Gerganov <redacted>
* Update server.cpp

* Update server.cpp

---------

Co-authored-by: Georgi Gerganov <redacted>
examples/server/README.md
examples/server/server.cpp