5 lines
229 B
Batchfile
5 lines
229 B
Batchfile
@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
|