viskav commited on
Commit
e77cfdf
·
verified ·
1 Parent(s): f60b4ac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- httpx
5
- llama-cpp-python==0.2.32
6
-
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ llama-cpp-python==0.2.56
4
+ pydantic==2.5.0
5
+ python-multipart==0.0.6
6
+ huggingface-hub==0.20.3