mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 19:55:22 +00:00
rename server
to runner
This commit is contained in:
parent
5e921e06ac
commit
eb1aa97961
@ -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/
|
curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user