| 14282 | } |
| 14283 | |
| 14284 | uint64_t llama_model_size(const llama_model * model) { |
| 14285 | return model->size(); |
| 14286 | } |
| 14287 | |
| 14288 | const char * llama_model_chat_template(const llama_model * model, const char * name) { |
| 14289 | const auto key = name ? LLM_KV(model->arch, name)(LLM_KV_TOKENIZER_CHAT_TEMPLATE_N) |
no test coverage detected