]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : disable cb_eval callback for --save-logits (#21553)
authorDaniel Bevenius <redacted>
Wed, 8 Apr 2026 12:10:33 +0000 (14:10 +0200)
committerGitHub <redacted>
Wed, 8 Apr 2026 12:10:33 +0000 (14:10 +0200)
commit87f4744a805f7837b95ce7ff94fc60eb7a3fbcc8
tree706c573c4ea0d727617b7c454f66546726a85dba
parent85d482e6b6706648070f620797e54f1a6a0ff3d8
examples : disable cb_eval callback for --save-logits (#21553)

This commit updates the debug example to not create the
base_callback_data.

The motivation for this is when using `--save-logits`, which is used by
examples/model-conversion scripts, we often don't care about the tensor
outputs and they just add noise to the output. This changes is quiet by
default we can always remove --save-logits to get the tensor outputs
when debugging.
examples/debug/debug.cpp