Skip to content

Commit

Permalink
Update llama.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Oct 5, 2023
1 parent 2c0456a commit 43dfe1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llama_cpp/llama_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def llama_backend_free():

# LLAMA_API struct llama_model * llama_load_model_from_file(
# const char * path_model,
# struct llama_context_params params);
# struct llama_model_params params);
def llama_load_model_from_file(
path_model: bytes, params: llama_model_params
) -> llama_model_p:
Expand Down
2 changes: 1 addition & 1 deletion vendor/llama.cpp

0 comments on commit 43dfe1e

Please sign in to comment.