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 7bf07ec

Browse filesBrowse files
committed
feat: Update llama.cpp
1 parent 63d65ac commit 7bf07ec
Copy full SHA for 7bf07ec

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
@@ -316,6 +316,7 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
316316
# LLAMA_VOCAB_PRE_TYPE_CODESHELL = 22,
317317
# LLAMA_VOCAB_PRE_TYPE_BLOOM = 23,
318318
# LLAMA_VOCAB_PRE_TYPE_GPT3_FINNISH = 24,
319+
# LLAMA_VOCAB_PRE_TYPE_EXAONE = 25,
319320
# };
320321
LLAMA_VOCAB_PRE_TYPE_DEFAULT = 0
321322
LLAMA_VOCAB_PRE_TYPE_LLAMA3 = 1
@@ -342,6 +343,7 @@ def byref(obj: CtypesCData, offset: Optional[int] = None) -> CtypesRef[CtypesCDa
342343
LLAMA_VOCAB_PRE_TYPE_CODESHELL = 22
343344
LLAMA_VOCAB_PRE_TYPE_BLOOM = 23
344345
LLAMA_VOCAB_PRE_TYPE_GPT3_FINNISH = 24
346+
LLAMA_VOCAB_PRE_TYPE_EXAONE = 25
345347

346348

347349
# // 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.