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 d1dbd0c

Browse filesBrowse files
committed
fix typo
1 parent 60e6b15 commit d1dbd0c
Copy full SHA for d1dbd0c

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ def llama_pooling_type(ctx: llama_context_p, /) -> int:
13091309

13101310
# LLAMA_API const struct llama_vocab * llama_model_get_vocab(const struct llama_model * model);
13111311
@ctypes_function("llama_model_get_vocab", [llama_model_p_ctypes], ctypes.c_int32)
1312-
def llama_model_get_vocab(model: llama_vocab_p, /) -> Optional[llama_vocab_p]:
1312+
def llama_model_get_vocab(model: llama_model_p, /) -> Optional[llama_vocab_p]:
13131313
...
13141314

13151315
# LLAMA_API enum llama_rope_type llama_model_rope_type(const struct llama_model * model);

0 commit comments

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