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