FastFlowLM v0.9.5 adds lightweight Gemma model support, simplifies model usage, and introduces multiple CLI quality-of-life upgrades.
π Whatβs New
- Gemma3 Small Variants
- Added
gemma3:1bandgemma3:270m - β οΈ gemma3:270m is limited and not recommended for Q&A tasks
- β οΈ gemma3:270m may occasionally get stuck in an infinite loop on long answers (a limitation of the Unsloth-provided weights, also observed in LM studio).
- Added
- Model Simplification
- Removed
gemma3-text:4b - Use
gemma3:4bfor both text and vision
- Removed
- Model weights Update
- Updated
gemma3:4bweights for better quality and stability
- Updated
- Interrupt Generation
- Stop token generation in CLI (
flm run) with Ctrl+C
- Stop token generation in CLI (
- Installer Options
- Configure model storage directory and REST API port at install
/showCommand- Quickly check a modelβs maximum context length
- Improved CLI Help
- Shows active model directory and REST API port
- Legacy Input Removed
- Old syntax:
β Removed
flm run <tag> <input_file> <length>
- New way:
/input "path/to/book.txt" Please summarize.
- Old syntax:
- Stability Fixes
- Added 1-hour download timeout for unstable/slow networks
- Fixed broken CLI input file paths
π Summary
This release improves support for smaller Gemma models, simplifies model selection, removes legacy formats, and delivers a smoother CLI experience with clearer commands, better control, and flexible installer options.