We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078cca0 commit 2b37d8eCopy full SHA for 2b37d8e
examples/high_level_api/fastapi_server.py
@@ -9,7 +9,7 @@
9
10
Then run:
11
```
12
-uvicorn llama_cpp.server.app:app --reload
+uvicorn --factory llama_cpp.server.app:create_app --reload
13
14
15
or
0 commit comments