mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
log : add CONT level for continuing previous log entry (llama/9610)
This commit is contained in:
parent
02285dff81
commit
3b183cfae7
@ -570,6 +570,7 @@ extern "C" {
|
|||||||
GGML_LOG_LEVEL_WARN = 2,
|
GGML_LOG_LEVEL_WARN = 2,
|
||||||
GGML_LOG_LEVEL_ERROR = 3,
|
GGML_LOG_LEVEL_ERROR = 3,
|
||||||
GGML_LOG_LEVEL_DEBUG = 4,
|
GGML_LOG_LEVEL_DEBUG = 4,
|
||||||
|
GGML_LOG_LEVEL_CONT = 5, // continue previous log
|
||||||
};
|
};
|
||||||
|
|
||||||
// this tensor...
|
// this tensor...
|
||||||
|
Loading…
Reference in New Issue
Block a user