LLAMdrop v0.9.5
What's New in v0.9.5
Bug Fixes & Code Audit
- RAM monitoring unified — eliminated 4 redundant implementations across
chat.py,downloader.py, andram_monitor.py. Single source of truth inspecs.py - Inference blocking fixed — non-blocking stdout collection loop prevents "Thinking..." animation from stuttering on single-core or constrained devices
- Ollama first-class — Ollama backend now receives full
DeviceProfilefor hardware-aware auto-tuning, same as native llama.cpp path
New Features
doctor --cleanup— detects and removes orphaned.partfiles left by interrupted downloads. One command, no manual hunting.- Formal test suite —
tests/directory added with 6 passing tests covering hardware tiering and prompt builder logic
Housekeeping
- All repository URLs migrated from old username to
DeVenLucaz/llamdrop - Version badges and roadmap updated across README and models.json
Full changelog
See CHANGELOG.md