truegleai commited on
Commit
579df9d
·
verified ·
1 Parent(s): f0c9bc7

Deploy FastAPI server with CodeLlama 7B

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,3 +1,7 @@
1
- gradio==4.19.0
2
- huggingface-hub
3
- llama-cpp-python @ https://github.com/zckly/llama-cpp-python-manylinux-wheel/releases/download/llama_cpp_python-0.3.15/llama_cpp_python-0.3.15-cp310-cp310-manylinux_2_31_x86_64.whl
 
 
 
 
 
1
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
2
+ llama-cpp-python>=0.2.0
3
+ fastapi>=0.104.0
4
+ uvicorn[standard]>=0.24.0
5
+ pydantic>=2.0.0
6
+ huggingface-hub>=0.19.0
7
+ python-multipart