Explorar o código

fix error detection by limiting model loading error parsing (#5472)

Jeffrey Morgan hai 10 meses
pai
achega
4d71c559b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      llm/status.go

+ 1 - 1
llm/status.go

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