Skip to content

Commit b1b9222

Browse files
authored
Support BailingMoE
1 parent cf765fa commit b1b9222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llama.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ extern "C" {
108108
LLAMA_VOCAB_PRE_TYPE_DEEPSEEK3_LLM = 28,
109109
LLAMA_VOCAB_PRE_TYPE_GPT4O = 29,
110110
LLAMA_VOCAB_PRE_TYPE_SUPERBPE = 30,
111+
LLAMA_VOCAB_PRE_TYPE_BAILINGMOE = 31,
111112
};
112113

113114
enum llama_rope_type {

0 commit comments

Comments
 (0)