| 444 | } |
| 445 | |
| 446 | void Gemma4e::setup_tokenizer(std::string model_path) { |
| 447 | auto tokenizer_config = this->_shared_setup_tokenizer(model_path); |
| 448 | } |
| 449 | |
| 450 | std::string Gemma4e::apply_chat_template(nlohmann::ordered_json& messages, nlohmann::ordered_json tools) { |
| 451 | minja::chat_template_inputs inputs; |
no test coverage detected