Update llama.cpp
This commit is contained in:
parent
2c0456acf0
commit
43dfe1e2ab
2 changed files with 2 additions and 2 deletions
|
@ -491,7 +491,7 @@ _lib.llama_backend_free.restype = None
|
|||
|
||||
# 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:
|
||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 019ba1dcd0c7775a5ac0f7442634a330eb0173cc
|
||||
Subproject commit 48edda30ee545fdac2e7a33d505382888f748bbf
|
Loading…
Reference in a new issue