llama : support BailingMoE (Ling) (#12634)
This commit is contained in:
parent
4663bd353c
commit
2c3f8b850a
13 changed files with 404 additions and 0 deletions
|
@ -109,6 +109,7 @@ extern "C" {
|
|||
LLAMA_VOCAB_PRE_TYPE_GPT4O = 29,
|
||||
LLAMA_VOCAB_PRE_TYPE_SUPERBPE = 30,
|
||||
LLAMA_VOCAB_PRE_TYPE_TRILLION = 31,
|
||||
LLAMA_VOCAB_PRE_TYPE_BAILINGMOE = 32,
|
||||
};
|
||||
|
||||
enum llama_rope_type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue