Local Ai
b8943
Release b8943 of llama.cpp fixes missing exports in llama-common and refactors the common/debug module, moving abort_on_nan from a template parameter to a member of base_callback_data. The release als
Release b8943 of llama.cpp fixes missing exports in llama-common and refactors the common/debug module, moving abort_on_nan from a template parameter to a member of base_callback_data. The release also uses the pimpl pattern in debug.h to reduce header dependencies by moving debug callback data members into a private implementation struct, removing unnecessary includes.
Related
Source: llama.cpp Releases | 2026-04-27