Skip to content

Commit 808459e

Browse files
committed
Sync model : add hunyuan moe
1 parent 22fb2e0 commit 808459e

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
@@ -256,6 +256,7 @@
256256
# LLAMA_VOCAB_PRE_TYPE_LLAMA4 = 33,
257257
# LLAMA_VOCAB_PRE_TYPE_PIXTRAL = 34,
258258
# LLAMA_VOCAB_PRE_TYPE_SEED_CODER = 35,
259+
# LLAMA_VOCAB_PRE_TYPE_HUNYUAN = 36,
259260
# };
260261
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
261262
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -293,6 +294,7 @@
293294
LLAMA_VOCAB_PRE_TYPE_LLAMA4 = 33
294295
LLAMA_VOCAB_PRE_TYPE_PIXTRAL = 34
295296
LLAMA_VOCAB_PRE_TYPE_SEED_CODER = 35
297+
LLAMA_VOCAB_PRE_TYPE_HUNYUAN = 36
296298

297299

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

0 commit comments

Comments
 (0)