|
Entropic 2.9.5
Local-first agentic inference engine
|
LlamaCppTokenizer implementation (v2.3.10 seam impl). More...
#include "llama_cpp_tokenizer.h"#include <entropic/types/logging.h>#include <llama.h>#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Variables | |
| static auto | logger = entropic::log::get("inference.tokenizer") |
LlamaCppTokenizer implementation (v2.3.10 seam impl).
Forwards to llama_tokenize / llama_token_to_piece. This file is uncovered by the CPU-only unit-test gate by design — its only job is to be a thin pass-through to llama.cpp. Coverage of the LOGIC that consumes these results lives in LlamaCppBackend tests (which mock the Tokenizer interface).
Definition in file llama_cpp_tokenizer.cpp.
|
static |
Definition at line 24 of file llama_cpp_tokenizer.cpp.