So, background info. Been trying to have local hosted models run with Openclaw for ~ a month now, on an Oracle hosted VPS with 24 GB of ram.
However, been running into issues. I'll add more details below, but the gist is that time ollama run qwen 2.5:14b "reply with exactly: pong"
returns pretty quickly,
but
time openclaw agent --agent main --session-id pong-test-1 --local --message "Reply with exactly: PONG" --timeout 300 --json > /tmp/pong1.log 2>&1
tail -n 80 /tmp/pong1.log
does not.