mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-12 14:07:10 +00:00
10 lines
154 B
Markdown
10 lines
154 B
Markdown
# `runner`
|
|
|
|
```
|
|
./runner -model <model binary>
|
|
```
|
|
|
|
```
|
|
curl -X POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
|
|
```
|