Remove double definition of LLAMA_LOG_DEBUG

This commit is contained in:
Kawrakow 2025-09-01 08:42:04 +03:00
parent d7882c3cf8
commit cc73811ddc
1 changed files with 0 additions and 1 deletions

View File

@ -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