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

3
flm-stop.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
taskkill /IM flm.exe /F >nul 2>&1
echo AI stopped.