added struct to llama_dump_timing_info_yaml's llama_context

fixes C compat.
This commit is contained in:
Marcus Dunn 2023-08-28 12:35:57 -07:00 committed by GitHub
parent 43033b7bb4
commit 011c2585e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -521,7 +521,7 @@ extern "C" {
// If this is not called, or NULL is supplied, everything is output on stderr.
LLAMA_API void llama_log_set(llama_log_callback log_callback, void * user_data);
LLAMA_API void llama_dump_timing_info_yaml(FILE * stream, const llama_context * ctx);
LLAMA_API void llama_dump_timing_info_yaml(FILE * stream, const struct llama_context * ctx);
#ifdef __cplusplus
}