Skip to content

Commit bf674c3

Browse files
add Kimi_K2 pre type
1 parent 38d5910 commit bf674c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama-vocab.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ enum llama_vocab_pre_type {
4545
LLAMA_VOCAB_PRE_TYPE_PIXTRAL = 34,
4646
LLAMA_VOCAB_PRE_TYPE_SEED_CODER = 35,
4747
LLAMA_VOCAB_PRE_TYPE_HUNYUAN = 36,
48+
LLAMA_VOCAB_PRE_TYPE_KIMI_K2 = 37,
4849
};
4950

5051
struct LLM_KV;

0 commit comments

Comments
 (0)