LocalAI v3.12.1 adds backend tracing and updates llama.cpp for Qwen 3 Coder compatibility.
$ git clone --branch v3.12.1 https://github.com/mudler/LocalAI.git # already have the repo? check out this version: $ git checkout v3.12.1
- ›Adds backend traces via the new traces feature (feat(traces)), enabling observability into backend inference calls.