Fixed #1 by changing import statement, using factory function, and pinning the llama-cpp-python to 0.1.48
This commit is contained in:
parent
b1da9fb0e9
commit
7154fc276d
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
llama-cpp-python[server]~=0.1.39
|
||||
llama-cpp-python[server]==0.1.48
|
||||
uvicorn~=0.22.0
|
||||
sanic~=23.3.0
|
Reference in a new issue