Skip to content

Commit 2516555

Browse files
committed
Update Submodule vendor/llama.cpp 079feab..cceb1b4
1 parent b03224b commit 2516555

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
@@ -189,6 +189,7 @@
189189
# LLAMA_VOCAB_PRE_TYPE_YOUTU = 44,
190190
# LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45,
191191
#. LLAMA_VOCAB_PRE_TYPE_QWEN35 = 46,
192+
# LLAMA_VOCAB_PRE_TYPE_TINY_AYA = 47,
192193
# };
193194
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
194195
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -237,6 +238,7 @@
237238
LLAMA_VOCAB_PRE_TYPE_YOUTU = 44
238239
LLAMA_VOCAB_PRE_TYPE_EXAONE_MOE = 45
239240
LLAMA_VOCAB_PRE_TYPE_QWEN35 = 46
241+
LLAMA_VOCAB_PRE_TYPE_TINY_AYA = 47
240242

241243

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

vendor/llama.cpp

0 commit comments

Comments
 (0)