Remove double definition of LLAMA_LOG_DEBUG
This commit is contained in:
parent
d7882c3cf8
commit
cc73811ddc
|
|
@ -40,7 +40,6 @@ void llama_log_callback_default(ggml_log_level level, const char * text, void *
|
|||
#define LLAMA_LOG_DEBUG(...) llama_log_internal(GGML_LOG_LEVEL_DEBUG , __VA_ARGS__)
|
||||
#define LLAMA_LOG_WARN(...) llama_log_internal(GGML_LOG_LEVEL_WARN , __VA_ARGS__)
|
||||
#define LLAMA_LOG_ERROR(...) llama_log_internal(GGML_LOG_LEVEL_ERROR, __VA_ARGS__)
|
||||
#define LLAMA_LOG_DEBUG(...) llama_log_internal(GGML_LOG_LEVEL_DEBUG, __VA_ARGS__)
|
||||
|
||||
//
|
||||
// helpers
|
||||
|
|
|
|||
Loading…
Reference in New Issue