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