]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
log : add CONT level for continuing previous log entry (llama/9610)
authorGeorgi Gerganov <redacted>
Tue, 24 Sep 2024 07:15:35 +0000 (10:15 +0300)
committerGeorgi Gerganov <redacted>
Tue, 24 Sep 2024 10:04:37 +0000 (13:04 +0300)
include/ggml.h

index 76294fff4f18575aee5ccfd333db509f428c15a8..e24b8a319fc5055f60df005dfeb9471f4c4e4bfc 100644 (file)
@@ -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...