MCPcopy 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
3347std::string llama_vocab::get_tokenizer_model() const {
3348 return pimpl->tokenizer_model;
3349}
3350
3351std::string llama_vocab::get_tokenizer_pre() const {
3352 return pimpl->tokenizer_pre;

Callers 1

add_kv_from_modelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected