Skip to content

Commit a6b3ca8

Browse files
committed
[feat] add chat template for ling 2.0
1 parent a2a2299 commit a6b3ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama-chat.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static const std::map<std::string, llm_chat_template> LLM_CHAT_TEMPLATES = {
6363
{ "megrez", LLM_CHAT_TEMPLATE_MEGREZ },
6464
{ "yandex", LLM_CHAT_TEMPLATE_YANDEX },
6565
{ "bailing", LLM_CHAT_TEMPLATE_BAILING },
66+
{ "bailing-v2", LLM_CHAT_TEMPLATE_BAILING },
6667
{ "llama4", LLM_CHAT_TEMPLATE_LLAMA4 },
6768
{ "smolvlm", LLM_CHAT_TEMPLATE_SMOLVLM },
6869
{ "hunyuan-moe", LLM_CHAT_TEMPLATE_HUNYUAN_MOE },

0 commit comments

Comments
 (0)