llama : support BailingMoE (Ling) (#12634)
This commit is contained in:
parent
4663bd353c
commit
2c3f8b850a
13 changed files with 404 additions and 0 deletions
|
@ -85,6 +85,7 @@ enum llm_type {
|
|||
LLM_TYPE_10B_128x3_66B,
|
||||
LLM_TYPE_57B_A14B,
|
||||
LLM_TYPE_27B,
|
||||
LLM_TYPE_290B,
|
||||
};
|
||||
|
||||
struct llama_layer_posnet {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue