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

Skip to content

Commit 8992a1a

Browse files
committed
feat: Update llama.cpp
1 parent 387d01d commit 8992a1a

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
@@ -311,6 +311,7 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
311311
# LLAMA_VOCAB_PRE_TYPE_SMAUG = 14,
312312
# LLAMA_VOCAB_PRE_TYPE_PORO = 15,
313313
# LLAMA_VOCAB_PRE_TYPE_VIKING = 16,
314+
# LLAMA_VOCAB_PRE_TYPE_JAIS = 17,
314315
# };
315316
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
316317
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -329,6 +330,7 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
329330
LLAMA_VOCAB_PRE_TYPE_SMAUG = 14
330331
LLAMA_VOCAB_PRE_TYPE_PORO = 15
331332
LLAMA_VOCAB_PRE_TYPE_VIKING = 16
333+
LLAMA_VOCAB_PRE_TYPE_JAIS = 17
332334

333335

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

vendor/llama.cpp

0 commit comments

Comments
 (0)