llama_cpp_for_radxa_dragon_.../tools
Max Krasnyansky 5594d13224
common: fix missing exports in llama-common (#22340)
* common: refactor common/debug to move abort_on_nan into base_callback_data

Passing bool abort_on_nan as template parameter for common_debug_cb_eval is unnecessary and creates an issue with LTO.
It should just be a member of the base_callback_data instead.

* cont : cleanup

* common : use pimpl in debug.h to reduce header dependencies

Move common_debug_cb_user_data's data members (std::regex,
std::vector<uint8_t>) into a private impl struct in debug.cpp.

This removes the includes of common.h and <regex> from debug.h,
reducing transitive dependencies for any translation unit that
includes the header.

Assisted-by: llama.cpp:local pi

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2026-04-27 08:06:39 +03:00
..
batched-bench
cli cli: Remove redundant local sampling variables (#20429) (#22264) 2026-04-24 00:53:23 +02:00
completion
cvector-generator
export-lora
fit-params fit-params : refactor + add option to output estimated memory per device (#22171) 2026-04-21 09:54:36 +03:00
gguf-split
imatrix
llama-bench fit-params : refactor + add option to output estimated memory per device (#22171) 2026-04-21 09:54:36 +03:00
mtmd common: fix missing exports in llama-common (#22340) 2026-04-27 08:06:39 +03:00
parser
perplexity fit-params : refactor + add option to output estimated memory per device (#22171) 2026-04-21 09:54:36 +03:00
quantize
results
rpc
server parser: fix structured output bug (#22302) 2026-04-24 23:19:55 +02:00
tokenize
tts
CMakeLists.txt