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.
1 parent 1cd06fa commit 348acf1Copy full SHA for 348acf1
llama.h
@@ -97,7 +97,7 @@ extern "C" {
97
// If your logging mechanism cannot handle that, check if the last character is '\n' and strip it
98
// if it exists.
99
// It might not exist for progress report where '.' is output repeatedly.
100
- typedef void (*llama_log_callback)(llama_log_level level, const char * text, void * user_data);
+ typedef void (*llama_log_callback)(enum llama_log_level level, const char * text, void * user_data);
101
102
struct llama_context_params {
103
uint32_t seed; // RNG seed, -1 for random
0 commit comments