Catch one more error log

This commit is contained in:
Daniel Hiltgen 2024-08-05 09:28:07 -07:00
parent 39f2bc6bfc
commit 04210aa6dd

View file

@ -26,6 +26,7 @@ var errorPrefixes = []string{
"cudaMalloc failed",
"\"ERR\"",
"error loading model",
"GGML_ASSERT",
}
func (w *StatusWriter) Write(b []byte) (int, error) {