From: Georgi Gerganov Date: Tue, 24 Sep 2024 07:15:35 +0000 (+0300) Subject: log : add CONT level for continuing previous log entry (llama/9610) X-Git-Tag: upstream/1.7.4~380 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3b183cfae72d8e71a398cc1b19184f34f4bec58b;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp log : add CONT level for continuing previous log entry (llama/9610) --- diff --git a/ggml/include/ggml.h b/ggml/include/ggml.h index 76294fff..e24b8a31 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...