log : add CONT level for continuing previous log entry (#9610)
This commit is contained in:
parent
0aa15011e3
commit
cea1486ecf
7 changed files with 29 additions and 24 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue