We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d5910 commit bf674c3Copy full SHA for bf674c3
src/llama-vocab.h
@@ -45,6 +45,7 @@ enum llama_vocab_pre_type {
45
LLAMA_VOCAB_PRE_TYPE_PIXTRAL = 34,
46
LLAMA_VOCAB_PRE_TYPE_SEED_CODER = 35,
47
LLAMA_VOCAB_PRE_TYPE_HUNYUAN = 36,
48
+ LLAMA_VOCAB_PRE_TYPE_KIMI_K2 = 37,
49
};
50
51
struct LLM_KV;
0 commit comments