Merge pull request #6182 from dhiltgen/more_patterns
Catch one more error log
This commit is contained in:
commit
2473bdba5e
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ var errorPrefixes = []string{
|
|||
"cudaMalloc failed",
|
||||
"\"ERR\"",
|
||||
"error loading model",
|
||||
"GGML_ASSERT",
|
||||
}
|
||||
|
||||
func (w *StatusWriter) Write(b []byte) (int, error) {
|
||||
|
|
Loading…
Reference in a new issue