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/0.0.1642~342 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=dcb2d85aa009ddd40e3b3f4c396723218cdaadc8;p=pkg%2Fggml%2Fsources%2Fggml log : add CONT level for continuing previous log entry (llama/9610) --- diff --git a/include/ggml.h b/include/ggml.h index 76294fff..e24b8a31 100644 --- a/include/ggml.h +++ b/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...