Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_tokenizer_model
Method
get_tokenizer_model
subprojects/llama.cpp/src/llama-vocab.cpp:3347–3349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3345
}
3346
3347
std::string llama_vocab::get_tokenizer_model() const {
3348
return pimpl->tokenizer_model;
3349
}
3350
3351
std::string llama_vocab::get_tokenizer_pre() const {
3352
return pimpl->tokenizer_pre;
Callers
1
add_kv_from_model
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected