mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-17 13:40:55 -04:00
Update common_chat_format_example to use minja template wrapper
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user