Initial commit: FLM proxy server for AMD NPU

This commit is contained in:
2026-03-29 21:58:02 -04:00
commit a5dcb56f7d
9 changed files with 537 additions and 0 deletions

4
flm-start.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
echo Starting Vision AI on port 8000...
start /B "" "C:\Users\sshuser\FastFlowLM\flm.exe" serve qwen2.5vl-it:3b --host 0.0.0.0 --port 8000 --pmode performance
echo Vision AI started. Access at http://192.168.0.208:8000