llama : support BailingMoE (Ling) (#12634)
This commit is contained in:
parent
4663bd353c
commit
2c3f8b850a
13 changed files with 404 additions and 0 deletions
|
@ -70,6 +70,7 @@ enum llm_arch {
|
|||
LLM_ARCH_CHAMELEON,
|
||||
LLM_ARCH_WAVTOKENIZER_DEC,
|
||||
LLM_ARCH_PLM,
|
||||
LLM_ARCH_BAILINGMOE,
|
||||
LLM_ARCH_UNKNOWN,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue