Skip to content

Commit fb06280

Browse files
committed
Update llama_vocab_pre_type enum variables
1 parent 4053cde commit fb06280

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

llama_cpp/llama_cpp.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
# LLAMA_VOCAB_PRE_TYPE_AFMOE = 42,
188188
# LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43,
189189
# LLAMA_VOCAB_PRE_TYPE_YOUTU = 44,
190+
# LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45,
190191
# };
191192
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
192193
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -231,8 +232,9 @@
231232
LLAMA_VOCAB_PRE_TYPE_GRANITE_DOCLING = 40
232233
LLAMA_VOCAB_PRE_TYPE_MINIMAX_M2 = 41
233234
LLAMA_VOCAB_PRE_TYPE_AFMOE = 42
234-
LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43,
235-
LLAMA_VOCAB_PRE_TYPE_YOUTU = 44,
235+
LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43
236+
LLAMA_VOCAB_PRE_TYPE_YOUTU = 44
237+
LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45
236238

237239

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

0 commit comments

Comments
 (0)