We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4053cde commit fb06280Copy full SHA for fb06280
1 file changed
llama_cpp/llama_cpp.py
@@ -187,6 +187,7 @@
187
# LLAMA_VOCAB_PRE_TYPE_AFMOE = 42,
188
# LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43,
189
# LLAMA_VOCAB_PRE_TYPE_YOUTU = 44,
190
+# LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45,
191
# };
192
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
193
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -231,8 +232,9 @@
231
232
LLAMA_VOCAB_PRE_TYPE_GRANITE_DOCLING = 40
233
LLAMA_VOCAB_PRE_TYPE_MINIMAX_M2 = 41
234
LLAMA_VOCAB_PRE_TYPE_AFMOE = 42
-LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43,
235
-LLAMA_VOCAB_PRE_TYPE_YOUTU = 44,
+LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43
236
+LLAMA_VOCAB_PRE_TYPE_YOUTU = 44
237
+LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45
238
239
240
# // note: these values should be synchronized with ggml_rope
0 commit comments