AINewsnow

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

  1. 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.

More stories

  1. M2 Mac ultra128gb Qwen flash next — r/LocalLLM
  2. Qwen3.8-Flash-Next-Heretic2-IQ4XS on Halogen Flash Server vs llama-server on Strix Halo: 2.3-7.7x prefill speedup with half the VRAM (+ vision works on BYO GGUF) — r/LocalLLM
  3. Multi-hour llama.cpp optimization experiments on Qwen MoE models, patches, benchmarks, and reproduction guides — r/LocalLLM
  4. The bear can dance: Qwen 3.8 27B on one 3090 for 3 weeks — r/LocalLLaMA
  5. CUDA: enable sparse fa for qwen4 by am17an · Pull Request #28770 · ggml-org/llama.cpp — r/LocalLLaMA
  6. focus-llama: a llama.cpp fork implementing Declarative Attention (arXiv:2609.02737) — r/LocalLLaMA
  7. I ran Opencode and PI against the same local model on 3 identical projects, same prompts, same hardware... — r/LocalLLM
  8. I benchmarked 13 model/quant configs on a GPU with no tensor cores (Vega iGPU + Vulkan) and wrote it up as a measurement study — the quant encoding suffix matters more than you'd think — r/LocalLLM

Get the daily brief of stories like this at 6:30 every morning →