Commit 04210aa6 authored by Daniel Hiltgen's avatar Daniel Hiltgen
Browse files

Catch one more error log

parent 39f2bc6b
...@@ -26,6 +26,7 @@ var errorPrefixes = []string{ ...@@ -26,6 +26,7 @@ var errorPrefixes = []string{
"cudaMalloc failed", "cudaMalloc failed",
"\"ERR\"", "\"ERR\"",
"error loading model", "error loading model",
"GGML_ASSERT",
} }
func (w *StatusWriter) Write(b []byte) (int, error) { func (w *StatusWriter) Write(b []byte) (int, error) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment