llama_cpp_for_radxa_dragon_.../tools
Rhys-T 63908b631a
cmake: fix Mach-O current version number (#17877)
PR #17091 set the VERSION of various libraries to 0.0.abcd, where abcd
is the LLAMA_BUILD_NUMBER. That build number is too large to fit in the
Mach-O 'current version' field's 'micro' part, which only goes up to
255. This just sets the Mach-O current version to 0 to get it building
properly again.

Fixes #17258.
2025-12-09 13:17:41 +02:00
..
batched-bench
cvector-generator
export-lora
gguf-split
imatrix
llama-bench ggml-zendnn : add ZenDNN backend for AMD CPUs (#17690) 2025-12-07 00:13:33 +08:00
main
mtmd cmake: fix Mach-O current version number (#17877) 2025-12-09 13:17:41 +02:00
perplexity
quantize
rpc
run
server server: delegate result_state creation to server_task (#17835) 2025-12-08 17:04:38 +01:00
tokenize
tts
CMakeLists.txt