Update common_chat_format_example to use minja template wrapper

This commit is contained in:
ochafik 2025-01-13 22:57:35 +00:00
parent c04c50e40c
commit a6afb2735f
4 changed files with 17 additions and 8 deletions

View file

@ -619,7 +619,7 @@ std::string common_chat_format_single(const struct llama_model * model,
// Returns an example of formatted chat
std::string common_chat_format_example(const struct llama_model * model,
const std::string & tmpl);
const minja::chat_template & tmpl, bool use_jinja);
struct llama_chat_templates {