]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
app : add batched-bench, fit-params, quantize & perplexity (#23459)
authorAdrien Gallouët <redacted>
Thu, 21 May 2026 07:29:44 +0000 (09:29 +0200)
committerGitHub <redacted>
Thu, 21 May 2026 07:29:44 +0000 (10:29 +0300)
commit1d7ab2b94711b609c5694717238783b9eb80fe51
tree04a1bc557e064860560b7ee194d4ae87efd07766
parent12e5d99078af2feaab0f62f69d230529d66ac623
app : add batched-bench, fit-params, quantize & perplexity (#23459)

* app : add batched-bench, fit-params, quantize & perplexity

Signed-off-by: Adrien Gallouët <redacted>
* Add missing main.cpp

Signed-off-by: Adrien Gallouët <redacted>
* Add EOL

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

Signed-off-by: Adrien Gallouët <redacted>
14 files changed:
app/CMakeLists.txt
app/llama.cpp
tools/batched-bench/CMakeLists.txt
tools/batched-bench/batched-bench.cpp
tools/batched-bench/main.cpp [new file with mode: 0644]
tools/fit-params/CMakeLists.txt
tools/fit-params/fit-params.cpp
tools/fit-params/main.cpp [new file with mode: 0644]
tools/perplexity/CMakeLists.txt
tools/perplexity/main.cpp [new file with mode: 0644]
tools/perplexity/perplexity.cpp
tools/quantize/CMakeLists.txt
tools/quantize/main.cpp [new file with mode: 0644]
tools/quantize/quantize.cpp