]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
app : introduce the llama unified executable (#23296)
authorAdrien Gallouët <redacted>
Wed, 20 May 2026 11:22:22 +0000 (13:22 +0200)
committerGitHub <redacted>
Wed, 20 May 2026 11:22:22 +0000 (13:22 +0200)
commit29f1482221b68fdbf5bd9b762c9e3e350e21f1ec
treeb080b23c4c8d1e066bb0490df6196f412bcf3c17
parente6b4acfe86af380c4e631973b9caa14337954423
app : introduce the llama unified executable (#23296)

* app : introduce the llama unified executable

Signed-off-by: Adrien Gallouët <redacted>
* Use serve for server

Signed-off-by: Adrien Gallouët <redacted>
* Hide completion and bench, add help command

Signed-off-by: Adrien Gallouët <redacted>
* Remove STATIC

Signed-off-by: Adrien Gallouët <redacted>
* Use -impl targets instead of -lib

Signed-off-by: Adrien Gallouët <redacted>
* Revert "Remove STATIC"

This reverts commit cc44caccb9902b34a3531633edac911e5b3d65cd.

---------

Signed-off-by: Adrien Gallouët <redacted>
15 files changed:
CMakeLists.txt
app/CMakeLists.txt [new file with mode: 0644]
app/llama.cpp [new file with mode: 0644]
tools/cli/CMakeLists.txt
tools/cli/cli.cpp
tools/cli/main.cpp [new file with mode: 0644]
tools/completion/CMakeLists.txt
tools/completion/completion.cpp
tools/completion/main.cpp [new file with mode: 0644]
tools/llama-bench/CMakeLists.txt
tools/llama-bench/llama-bench.cpp
tools/llama-bench/main.cpp [new file with mode: 0644]
tools/server/CMakeLists.txt
tools/server/main.cpp [new file with mode: 0644]
tools/server/server.cpp