From 3b183cfae72d8e71a398cc1b19184f34f4bec58b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 24 Sep 2024 10:15:35 +0300 Subject: [PATCH] log : add CONT level for continuing previous log entry (llama/9610) --- ggml/include/ggml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h index 76294ff..e24b8a3 100644 --- a/ggml/include/ggml.h +++ b/ggml/include/ggml.h @@ -570,6 +570,7 @@ extern "C" { GGML_LOG_LEVEL_WARN = 2, GGML_LOG_LEVEL_ERROR = 3, GGML_LOG_LEVEL_DEBUG = 4, + GGML_LOG_LEVEL_CONT = 5, // continue previous log }; // this tensor...