Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4491c4

Browse files
committed
feat: Update llama.cpp
1 parent 8401c6f commit f4491c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

llama_cpp/llama_cpp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
301301
# LLAMA_VOCAB_PRE_TYPE_OLMO = 12,
302302
# LLAMA_VOCAB_PRE_TYPE_DBRX = 13,
303303
# LLAMA_VOCAB_PRE_TYPE_SMAUG = 14,
304+
# LLAMA_VOCAB_PRE_TYPE_PORO = 15,
304305
# };
305306
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
306307
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -317,6 +318,7 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
317318
LLAMA_VOCAB_PRE_TYPE_OLMO = 12
318319
LLAMA_VOCAB_PRE_TYPE_DBRX = 13
319320
LLAMA_VOCAB_PRE_TYPE_SMAUG = 14
321+
LLAMA_VOCAB_PRE_TYPE_PORO = 15
320322

321323

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

vendor/llama.cpp

0 commit comments

Comments
 (0)