]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : remove 'd' from bad special token log (#11212)
authorDaniel Bevenius <redacted>
Mon, 13 Jan 2025 12:38:20 +0000 (13:38 +0100)
committerGitHub <redacted>
Mon, 13 Jan 2025 12:38:20 +0000 (13:38 +0100)
commit8f70fc3d1b1d3c17b61842330dd106d391cc1227
treee4935e9422fbd0bb45af47114935fd9fcf3d660e
parent1244cdcf14900dd199907b13f25d9c91a507f578
llama : remove 'd' from bad special token log (#11212)

This commit removes the 'd' from the log message in llama-vocab.cpp
when logging a bad special token.

The motivation for this is that currently the output can look something
like the following:
```console
load: bad special token:
    'tokenizer.ggml.image_token_id' = 128256d, using default id -1
```
src/llama-vocab.cpp