mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-26 20:50:11 +00:00
12 lines
246 B
Markdown
12 lines
246 B
Markdown
# `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/
|
|
```
|