mirror of
https://github.com/ollama/ollama.git
synced 2026-04-26 18:55:53 +02:00
rename server to runner
This commit is contained in:
committed by
Daniel Hiltgen
parent
9e28405c54
commit
be2f37b5d4
@@ -1,9 +1,9 @@
|
||||
# `llama/server`
|
||||
# `runner`
|
||||
|
||||
```
|
||||
./server -model <model binary>
|
||||
./runner -model <model binary>
|
||||
```
|
||||
|
||||
```
|
||||
curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user