β¨ Whatβs New
β‘ 1. Faster Vision Models (~2Γ speedup on vision head)
Vision models just got a big boost:
- ~2Γ faster image processing/understanding
- TTFT (Time to First Token) cut from ~8s β ~4s
Try it:
flm run gemma3:4b
flm run medgemmaThese commands will automatically download the updated models.
π 2. Auto Version Detection
Running an older FLM? The console will now notify you with a direct upgrade link
(activates starting with next version v0.9.12).
π 3. Change Server Port at Launch
Pick the port that fits your setup:
-
Show current FLM port in PowerShell:
flm port
-
Set a custom port at runtime:
flm serve llama3.2:1b --port 8000 flm serve llama3.2:1b -p 8000
β οΈ Tip:
--port(-p) only affects the current run; it wonβt change the default port.
π 4. Server Mode Performance Insights
Get real-time performance numbers (TTFT, decoding speed in TPS, etc.) where you need them:
- Shown in console while serving
- Open WebUI supports monitoring
π§ 5. Clear Model Handling
- Removed the βfallback to default modelβ behavior.
- Unsupported names now return a clear error message.
π Summary
This release delivers faster vision inference, smarter server configuration,
and improved runtime stability.