We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
llama_model_load_from_file
llama_load_model_from_file
1 parent 5c5f898 commit 6a2df72Copy full SHA for 6a2df72
llama_cpp/_internals.py
@@ -48,7 +48,7 @@ def __init__(
48
raise ValueError(f"Model path does not exist: {path_model}")
49
50
with suppress_stdout_stderr(disable=verbose):
51
- model = llama_cpp.llama_load_model_from_file(
+ model = llama_cpp.llama_model_load_from_file(
52
self.path_model.encode("utf-8"), self.params
53
)
54
0 commit comments