Files
flm-proxy/flm-start.bat

5 lines
229 B
Batchfile
Raw Normal View History

@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