mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-02 15:05:44 +00:00
llama : support BailingMoE (Ling) (#12634)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user