Skip to content

Commit dc5f7e5

Browse files
committed
Update Submodule vendor/llama.cpp 1725e31..079feab
1 parent 9f79b78 commit dc5f7e5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

llama_cpp/llama_cpp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
# LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43,
189189
# LLAMA_VOCAB_PRE_TYPE_YOUTU = 44,
190190
# LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45,
191+
#. LLAMA_VOCAB_PRE_TYPE_QWEN35 = 46,
191192
# };
192193
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
193194
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -235,6 +236,7 @@
235236
LLAMA_VOCAB_PRE_TYPE_SOLAR_OPEN = 43
236237
LLAMA_VOCAB_PRE_TYPE_YOUTU = 44
237238
LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45
239+
LLAMA_VOCAB_PRE_TYPE_QWEN35 = 46
238240

239241

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

vendor/llama.cpp

0 commit comments

Comments
 (0)