FastFlowLM v0.1.0 β MVP Release
Weβre excited to announce the v0.1.0 MVP release of FastFlowLM, a lightweight and efficient LLM inference engine optimized exclusively for AMD NPUs.
β Supported Models
Llama3.1:8BLlama3.2:1BLlama3.2:3B
πΎ Installation
π‘ Platform: Windows only
- Download the installer and run:
π flm-setup.exe - Open PowerShell to run FastFlowLM.
π§ Usage Modes
FastFlowLM supports two invocation modes:
-
Interactive Mode
Launch a terminal-based chat interface (CLI):flm run llama3.2:1B -
Server Mode
Start a REST API server on port11434:flm serve llama3.2:1BIn server mode, the model tag (e.g.,
llama3.2:1B) specifies the initial model to be loaded.
If a request is made for a different model, FastFlowLM will automatically reload the appropriate model.
βοΈ Notes
- This MVP focuses on functionality and performance for AMD NPU platforms.
- Only one model can be loaded into memory at a time.
- For best performance, it is recommended to set the NPU power mode to
performanceorturbo:
AMD XRT SMI Documentationxrt-smi configure --pmode performance