]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add token ids to prompt token output [no ci] (#17863)
authorDaniel Bevenius <redacted>
Mon, 8 Dec 2025 16:13:08 +0000 (17:13 +0100)
committerGitHub <redacted>
Mon, 8 Dec 2025 16:13:08 +0000 (17:13 +0100)
commit2fa51c19b028180b35d316e9ed06f5f0f7ada2c1
tree8fe2207a24ad0708fb377ea1e0da5f6887c85742
parent951520ddb05402bb8844509a7683d1a9a517dfc6
model-conversion : add token ids to prompt token output [no ci] (#17863)

This commit adds the token ids to the printed prompt outputs.

The motivation for this is that is can be useful to see the actual token
ids alongside the token strings for debugging.
examples/model-conversion/logits.cpp