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 cd3f1bb

Browse filesBrowse files
committed
feat: Update llama.cpp
1 parent 6b018e0 commit cd3f1bb
Copy full SHA for cd3f1bb

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+3
-3
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,12 +1233,12 @@ def llama_n_seq_max(ctx: llama_context_p, /) -> int: ...
12331233
def llama_pooling_type(ctx: llama_context_p, /) -> int: ...
12341234

12351235

1236-
# LLAMA_API enum llama_vocab_type llama_vocab_type (const struct llama_model * model);
1236+
# LLAMA_API enum llama_vocab_type llama_vocab_type (const struct llama_model * model);
12371237
@ctypes_function("llama_vocab_type", [llama_model_p_ctypes], ctypes.c_int)
12381238
def llama_vocab_type(model: llama_model_p, /) -> int: ...
12391239

12401240

1241-
# LLAMA_API enum llama_rope_type llama_rope_type (const struct llama_model * model);
1241+
# LLAMA_API enum llama_rope_type llama_rope_type (const struct llama_model * model);
12421242
@ctypes_function("llama_rope_type", [llama_model_p_ctypes], ctypes.c_int)
12431243
def llama_rope_type(model: llama_model_p, /) -> int: ...
12441244

‎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.