🖥️ FastFlowLM v0.1.4 — Improved CLI UI & New Management Commands
FastFlowLM v0.1.4 introduces a significantly enhanced CLI experience and new commands for easier model management.
✨ What's New
1. Enhanced Interactive UI (flm run)
- Arrow Key Navigation: Move the cursor left and right with ← and → keys.
- Multi-Line Input: Press
Shift + Enterto input multi-line prompts. - Command History Navigation: Use
UpandDownarrow keys to scroll through previous inputs.
2. New CLI Commands
flm help— Display help and usage information.flm remove <tag>— Delete a downloaded model by tag.flm list— Show all supported models available for download.
3. Fix some API bugs
✅ Usage Recap
Interactive CLI:
flm run llama3.2
flm run llama3.2 prompt.txtServer Mode:
flm serveManagement:
flm help
flm list
flm remove llama3.2:1BThis release brings FastFlowLM closer to being a fully interactive, user-friendly tool for AMD NPU-powered Llama inference.