ollama/llama/server/README.md
2024-09-03 21:15:12 -04:00

9 lines
156 B
Markdown

# `llama/server`
```
./server -model <model binary>
```
```
curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
```