FastFlowLM v0.1.5 enhances stability, improves API integration, and introduces convenient new features for both developers and users.
✨ What's New
1. Chat Template Engine via Google Minja
- Integrated Google Minja to handle chat templates.
- This improves compatibility with standardized prompt formats and makes template management easier.
2. Optimized Serve Mode Logging
- Cleaner, more structured logging in
servemode for easier monitoring and debugging.
3. Desktop Shortcut for Server Launch
- A desktop shortcut is now provided to quickly launch
flm servewithout using the terminal.
4. NPU Access Lock
- Introduced an NPU access lock mechanism.
- Prevents simultaneous conflicting NPU requests by blocking access when the NPU is already in use.
5. Updated CLI Commands
- Improved and expanded CLI commands for a better command-line experience.
✅ Usage Recap
Interactive CLI:
flm run llama3.2
flm run llama3.2 prompt.txtServer Mode (via CLI or Desktop Shortcut):
flm serveModel Management:
flm help
flm list
flm remove llama3.2:1bThis release improves both backend stability and frontend usability, while laying the foundation for broader chat template support.