8000 Update llama.cpp · saboTec/llama-cpp-python@43dfe1e · GitHub
[go: up one dir, main page]

Skip to content

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 files
committed
Update llama.cpp
1 parent 2c0456a commit 43dfe1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama_cpp/llama_cpp.py

Lines 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

0 commit comments

Comments
 (0)
0