mirror of
https://github.com/ollama/ollama.git
synced 2026-04-24 17:55:43 +02:00
246 B
246 B
runner
A subprocess runner for loading a model and running inference via a small http web server.
./runner -model <model binary>
curl -X POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/