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 43dfe1e

Browse filesBrowse files
committed
Update llama.cpp
1 parent 2c0456a commit 43dfe1e
Copy full SHA for 43dfe1e

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-2
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
@@ -491,7 +491,7 @@ def llama_backend_free():
491491

492492
# LLAMA_API struct llama_model * llama_load_model_from_file(
493493
# const char * path_model,
494-
# struct llama_context_params params);
494+
# struct llama_model_params params);
495495
def llama_load_model_from_file(
496496
path_model: bytes, params: llama_model_params
497497
) -> llama_model_p:

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