8000 fix: Run server command. Closes #1143 · devilcoder01/llama-cpp-python@2b37d8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b37d8e

Browse files
committed
fix: Run server command. Closes abetlen#1143
1 parent 078cca0 commit 2b37d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/high_level_api/fastapi_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
Then run:
1111
```
12-
uvicorn llama_cpp.server.app:app --reload
12+
uvicorn --factory llama_cpp.server.app:create_app --reload
1313
```
1414
1515
or

0 commit comments

Comments
 (0)
0