Skip to content

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)