github ROCm/FastFlowLM v0.1.2
πŸ”§ FastFlowLM v0.1.2 β€” New API Support and Stability Improvements

latest releases: v1.0.1, v1.0.0, v0.9.46...
pre-release13 months ago

πŸ”§ FastFlowLM v0.1.2 β€” API Support and Stability Improvements

We’re pleased to announce v0.1.2 of FastFlowLM, focused on extending API compatibility and improving output stability in server mode.


✨ What's New

  1. Initial Support for OpenAI-Compatible API

    • Added basic support for the /v1/api/completions endpoint.
      This opens the door for broader integration with OpenAI-compatible tools and clients.
  2. Unicode Streaming Fix

    • Resolved a critical bug where Unicode characters could break the output stream in serve mode.
  3. Minor Cleanup

    • Fixed several typos across logs, prompts, and documentation.

βœ… Reminder: Usage Examples

Interactive Mode:

flm run llama3.2:1B

Server Mode (default model is llama3.2:1B):

flm serve

Now supports /v1/api/completions in addition to native REST format.

Don't miss a new FastFlowLM release

NewReleases is sending notifications on new releases.