Explorar o código

Catch one more error log

Daniel Hiltgen hai 9 meses
pai
achega
04210aa6dd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      llm/status.go

+ 1 - 0
llm/status.go

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