Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8992a1a

Browse filesBrowse files
committed
feat: Update llama.cpp
1 parent 387d01d commit 8992a1a
Copy full SHA for 8992a1a

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+2Lines 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

Copy file name to clipboard

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.