llama : support BailingMoE (Ling) (#12634)

This commit is contained in:
Sigbjørn Skjæret
2025-03-30 22:21:03 +02:00
committed by GitHub
parent 4663bd353c
commit 2c3f8b850a
13 changed files with 404 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ enum llm_chat_template {
LLM_CHAT_TEMPLATE_GIGACHAT,
LLM_CHAT_TEMPLATE_MEGREZ,
LLM_CHAT_TEMPLATE_YANDEX,
LLM_CHAT_TEMPLATE_BAILING,
LLM_CHAT_TEMPLATE_UNKNOWN,
};