mirror of
https://github.com/ollama/ollama.git
synced 2025-11-10 12:57:26 +01:00
logs: catch rocm errors (#12888)
This will help bubble up more crash errors
This commit is contained in:
@@ -23,6 +23,7 @@ func NewStatusWriter(out *os.File) *StatusWriter {
|
||||
var errorPrefixes = []string{
|
||||
"error:",
|
||||
"CUDA error",
|
||||
"ROCm error",
|
||||
"cudaMalloc failed",
|
||||
"\"ERR\"",
|
||||
"error loading model",
|
||||
|
||||
Reference in New Issue
Block a user