neuralbroker commited on
Commit
eeb54ea
·
verified ·
1 Parent(s): a53a1dc

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Serving
2
+ llama-cpp-python>=0.2.0
3
+ fastapi>=0.100.0
4
+ uvicorn>=0.20.0
5
+ pydantic>=2.0.0
6
+
7
+ # Testing
8
+ httpx>=0.24.0