We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fea80 commit e434e69Copy full SHA for e434e69
common/chat.cpp
@@ -1838,7 +1838,7 @@ static common_chat_params common_chat_templates_apply_legacy(
1838
if (res < 0) {
1839
// if the custom "tmpl" is not supported, we throw an error
1840
// this is a bit redundant (for good), since we're not sure if user validated the custom template with llama_chat_verify_template()
1841
- throw std::runtime_error("this custom template is not supported");
+ throw std::runtime_error("this custom template is not supported, try using --jinja");
1842
}
1843
1844
// if it turns out that our buffer is too small, we resize it
0 commit comments