github ROCm/FastFlowLM v0.9.3
๐Ÿ–ผ๏ธ FastFlowLM v0.9.3 โ€” Vision with Gemma3, Quant Updates & Template Fixes

latest releases: v1.0.2, v1.0.1, v1.0.0...
12 months ago

FastFlowLM v0.9.3 introduces vision support for Gemma3, refined quantization for Qwen3, and multiple bug fixes for better context and prompt handling.


โœจ What's New

๐Ÿง  1. Vision Support for gemma3:4b

  • Now supports vision-language inference with gemma3:4b (VLM).
  • Use images in both CLI and REST API:
    • CLI:
      /input "path/to/image.png" Whatโ€™s in this image?
      
      • Supports .png and .jpg formats.
    • REST API (/api/chat): Provide images using the "images" field.
      • Supports .png and .jpg formats.
  • Original text-only model is renamed to: gemma3-text:4b

    Use the text-only version for lower memory usage on pure text tasks.

๐Ÿ“‰ 2. Quantization Update for Qwen3

  • Updated qwen3:4b and qwen3:8b to use Unsloth GGUF quantization.
  • Provides better performance and compatibility.

๐Ÿž Bug Fixes

  • ๐Ÿงผ Context Preservation in Gemma3 CLI:
    Fixed an issue where chat history was cleared after manually increasing the context length.

  • โš™๏ธ Qwen3 Chat Template Fix:
    Proper support for user-defined system prompts in CLI mode is now enabled.


โœ… Usage Recap

Run Gemma3 VLM (Image + Text):

/input "path/to/image.png" Whatโ€™s happening here?

Run Text-Only Gemma3:

flm run gemma3-text:4b

This release brings multi-modal capability to FastFlowLM while enhancing performance and flexibility across models.

Don't miss a new FastFlowLM release

NewReleases is sending notifications on new releases.