mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
2d6b777799
When serving with the llama.cpp backend and no .gguf file exists on the host, the GGUF launcher prelude exits with 'ERROR: No GGUF found on this host', but _diagnose_serve_output had no matching pattern, so the UI showed a generic crash instead of explaining the cause. Add a diagnosis pattern for the no-GGUF case so users are told a .gguf is required and pointed at downloading a GGUF build, instead of an opaque crash. Closes #811