From 83537993d7ceb504ae552a8045867870d342aa27 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Fri, 31 Oct 2025 09:54:25 -0700 Subject: [PATCH] logs: catch rocm errors (#12888) This will help bubble up more crash errors --- llm/status.go | 1 + 1 file changed, 1 insertion(+) diff --git a/llm/status.go b/llm/status.go index 80f44e6546..fdb94954c8 100644 --- a/llm/status.go +++ b/llm/status.go @@ -23,6 +23,7 @@ func NewStatusWriter(out *os.File) *StatusWriter { var errorPrefixes = []string{ "error:", "CUDA error", + "ROCm error", "cudaMalloc failed", "\"ERR\"", "error loading model",