Skip to content

Commit d42cd32

Browse files
committed
Sync model : Minimax M2
1 parent d6d58f5 commit d42cd32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llama_cpp/llama_cpp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
# LLAMA_VOCAB_PRE_TYPE_HUNYUAN_DENSE = 38,
265265
# LLAMA_VOCAB_PRE_TYPE_GROK_2 = 39,
266266
# LLAMA_VOCAB_PRE_TYPE_GRANITE_DOCLING = 40,
267+
# LLAMA_VOCAB_PRE_TYPE_MINIMAX_M2 = 41,
267268
# };
268269
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
269270
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -306,6 +307,7 @@
306307
LLAMA_VOCAB_PRE_TYPE_HUNYUAN_DENSE = 38
307308
LLAMA_VOCAB_PRE_TYPE_GROK_2 = 39
308309
LLAMA_VOCAB_PRE_TYPE_GRANITE_DOCLING = 40
310+
LLAMA_VOCAB_PRE_TYPE_MINIMAX_M2 = 41
309311

310312

311313
# // note: these values should be synchronized with ggml_rope

0 commit comments

Comments
 (0)