Skip to content

Commit 8b2e76e

Browse files
committed
Sync mtmd : Support Pixtral 12B (#13065)
1 parent d00e168 commit 8b2e76e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llama_cpp/llama_cpp.py

+2
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
# LLAMA_VOCAB_PRE_TYPE_TRILLION = 31,
243243
# LLAMA_VOCAB_PRE_TYPE_BAILINGMOE = 32,
244244
# LLAMA_VOCAB_PRE_TYPE_LLAMA4 = 33,
245+
# LLAMA_VOCAB_PRE_TYPE_PIXTRAL = 34,
245246
# };
246247
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
247248
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -277,6 +278,7 @@
277278
LLAMA_VOCAB_PRE_TYPE_TRILLION = 31
278279
LLAMA_VOCAB_PRE_TYPE_BAILINGMOE = 32
279280
LLAMA_VOCAB_PRE_TYPE_LLAMA4 = 33
281+
LLAMA_VOCAB_PRE_TYPE_PIXTRAL = 34
280282

281283

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

0 commit comments

Comments
 (0)