Skip to content

LLAMdrop v0.9.5

Choose a tag to compare

@DeVenLucaz DeVenLucaz released this 04 Jun 00:43
· 6 commits to main since this release
33c855e

What's New in v0.9.5

Bug Fixes & Code Audit

  • RAM monitoring unified — eliminated 4 redundant implementations across chat.py, downloader.py, and ram_monitor.py. Single source of truth in specs.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 DeviceProfile for hardware-aware auto-tuning, same as native llama.cpp path

New Features

  • doctor --cleanup — detects and removes orphaned .part files left by interrupted downloads. One command, no manual hunting.
  • Formal test suitetests/ 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