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 d6d58f5 commit d42cd32Copy full SHA for d42cd32
llama_cpp/llama_cpp.py
@@ -264,6 +264,7 @@
264
# LLAMA_VOCAB_PRE_TYPE_HUNYUAN_DENSE = 38,
265
# LLAMA_VOCAB_PRE_TYPE_GROK_2 = 39,
266
# LLAMA_VOCAB_PRE_TYPE_GRANITE_DOCLING = 40,
267
+# LLAMA_VOCAB_PRE_TYPE_MINIMAX_M2 = 41,
268
# };
269
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
270
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -306,6 +307,7 @@
306
307
LLAMA_VOCAB_PRE_TYPE_HUNYUAN_DENSE = 38
308
LLAMA_VOCAB_PRE_TYPE_GROK_2 = 39
309
LLAMA_VOCAB_PRE_TYPE_GRANITE_DOCLING = 40
310
+LLAMA_VOCAB_PRE_TYPE_MINIMAX_M2 = 41
311
312
313
# // note: these values should be synchronized with ggml_rope
0 commit comments