🐛 FastFlowLM v0.9.7 — Repetition Penalty Fixes & OpenWebUI Compatibility
FastFlowLM v0.9.7 focuses on important bug fixes related to repetition penalty and improved UI configuration support.
🛠️ Bug Fixes & Improvements
1. Infinite Loop Bug Fix
- Fixed a critical issue where certain values of
repetition_penaltycould cause the decoding loop to hang or run indefinitely. - The logic has been patched to ensure safe and bounded token generation.
2. OpenWebUI Integration
repetition_penaltyis now fully supported and adjustable via the repeat_penalty slider in OpenWebUI.
This release improves generation robustness and user-friendliness through enhanced web UI integration.