Skip to content

🐛 FastFlowLM v0.9.7 — Repetition Penalty Fixes & OpenWebUI Compatibility

Choose a tag to compare

@FastFlowLM FastFlowLM released this 02 Sep 19:13
· 1178 commits to main since this release
b80db85

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_penalty could 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_penalty is 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.