llama-cli prints the error and exits 0. The same binary exits 1 when the model is missing.
This story is from 2026-08-31. It is preserved in the archive; the latest stories are on the live feed.
Point llama-cli at a file that isn't there: $ llama-cli -m gemma-3-1b-it-Q4_K_M.gguf \ --audio /tmp/does-not-exist.wav \ -p test -n 1 --no-warmup --simple-io --single-turn ... Error: file does not exist or cannot be opened: '/tmp/does-not-exist.wav' ... $ echo $? 0 It printed the error and returned…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-08-31 22:28 · DEV Community — AI
llama-cli prints the error and exits 0. The same binary exits 1 when the model is missing.