MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / setup_tokenizer

Method setup_tokenizer

src/common/AutoModel/modeling_gemma3_text.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Gemma3_Text_Only::setup_tokenizer(std::string model_path) {
45 auto tokenizer_config = this->_shared_setup_tokenizer(model_path);
46}
47
48std::string Gemma3_Text_Only::apply_chat_template(nlohmann::ordered_json& messages, nlohmann::ordered_json tools) {
49 minja::chat_template_inputs inputs;

Callers 1

load_modelMethod · 0.95

Calls 1

Tested by

no test coverage detected