Update llama.cpp

This commit is contained in:
Andrei Betlen 2023-08-29 07:36:20 -04:00
parent 3f76e1de52
commit 47de3ab104
2 changed files with 10 additions and 1 deletions

View file

@ -1487,6 +1487,15 @@ def llama_log_set(
_lib.llama_log_set.argtypes = [llama_log_callback, c_void_p]
_lib.llama_log_set.restype = None
# LLAMA_API void llama_dump_timing_info_yaml(FILE * stream, const struct llama_context * ctx);
def llama_dump_timing_info_yaml(stream: ctypes.c_void_p, ctx: llama_context_p):
return _lib.llama_dump_timing_info_yaml(stream, ctx)
_lib.llama_dump_timing_info_yaml.argtypes = [ctypes.c_void_p, llama_context_p]
_lib.llama_dump_timing_info_yaml.restype = None
###################################################################################################

2
vendor/llama.cpp vendored

@ -1 +1 @@
Subproject commit 3af6b86301ddfb11bb68e91dfc030b611b0d8426
Subproject commit bcce96ba4dd95482824700c4ce2455fe8c49055a