]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
infill : add new example + extend server API (#3296)
authorvvhg1 <redacted>
Mon, 2 Oct 2023 07:42:02 +0000 (09:42 +0200)
committerGitHub <redacted>
Mon, 2 Oct 2023 07:42:02 +0000 (10:42 +0300)
commitc97f01c362ac102c6994edb80008f8608539553a
treec73baa81f489587329c3f768a3b940e353233012
parentf5ef5cfb18148131fcf45bdd2331f0db5ab7c3d0
infill : add new example + extend server API (#3296)

* vvhg-code-infill (#1)

* infill in separate example (#2)

* reverted changes to main and added infill example

* cleanup

* naming improvement

* make : add missing blank line

* fix missing semicolon

* brought infill up to current main code

* cleanup

---------

Co-authored-by: Cebtenzzre <redacted>
.gitignore
Makefile
common/common.cpp
common/common.h
examples/infill/CMakeLists.txt [new file with mode: 0644]
examples/infill/README.md [new file with mode: 0644]
examples/infill/infill.cpp [new file with mode: 0644]
examples/server/README.md
examples/server/server.cpp
llama.cpp
llama.h