mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
Catch one more error log
This commit is contained in:
parent
39f2bc6bfc
commit
04210aa6dd
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…
Add table
Add a link
Reference in a new issue