Skip to content

CarWatch v0.5.0 - swap your car's brain from your phone

Choose a tag to compare

@ThinkOffApp ThinkOffApp released this 29 Aug 10:26
· 8 commits to main since this release
d81214f

Swap the running model from your phone. The dash's new Model zone lists every .gguf on the box with its REAL measured speeds (llama-bench numbers from this device, not someone else's blog), and one tap swaps the brain - with guard rails: a model that cannot fit in RAM is refused, a swap never interrupts an answer being generated, and a failed restart rolls back to the previous selection.

  • New: GET /api/models (registry + state) and POST /api/model (guarded swap), same auth gate as every other route
  • New: carwatch-brain reads its model from an EnvironmentFile, so swapping is a file write + restart, not a unit edit
  • Measured on the reference Pi 5 16GB: Gemma4 E2B 29.9/6.2 t/s (pp512/tg128), Gemma4 E4B 30.2/3.6, Qwen3.6-35B MoE 9.1/2.9 - full table in the repo room history
  • Proven end to end on the reference device before merge: 35B -> 2B -> answer -> back to 35B (182s load from microSD), cross-reviewed by two independent AI models

🤖 Generated with Claude Code