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.
struct
llama_context
1 parent 44c117f commit 95b6e52Copy full SHA for 95b6e52
llama.h
@@ -521,7 +521,7 @@ extern "C" {
521
// If this is not called, or NULL is supplied, everything is output on stderr.
522
LLAMA_API void llama_log_set(llama_log_callback log_callback, void * user_data);
523
524
- 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);
525
526
#ifdef __cplusplus
527
}
0 commit comments