fix: Run server command. Closes #1143
This commit is contained in:
parent
078cca0361
commit
2b37d8e438
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export MODEL=../models/7B/...
|
||||||
|
|
||||||
Then run:
|
Then run:
|
||||||
```
|
```
|
||||||
uvicorn llama_cpp.server.app:app --reload
|
uvicorn --factory llama_cpp.server.app:create_app --reload
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
Loading…
Reference in a new issue