Update common_chat_format_example to use minja template wrapper
This commit is contained in:
parent
c04c50e40c
commit
a6afb2735f
4 changed files with 17 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue