mirror of
https://github.com/ollama/ollama.git
synced 2026-04-23 09:15:44 +02:00
move runner package down
This commit is contained in:
committed by
Daniel Hiltgen
parent
82214396b5
commit
4dd63c1fef
9
runner/README.md
Normal file
9
runner/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# `runner`
|
||||
|
||||
```
|
||||
./runner -model <model binary>
|
||||
```
|
||||
|
||||
```
|
||||
curl -X POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
|
||||
```
|
||||
Reference in New Issue
Block a user