viskav commited on
Commit
98de1c5
·
verified ·
1 Parent(s): d8fc11d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- huggingface_hub
5
- llama-cpp-python==0.2.90
 
1
+ fastapi==0.115.6
2
+ uvicorn[standard]==0.34.0
3
+ pydantic==2.10.5
4
+ llama-cpp-python==0.3.2
5
+ huggingface-hub==0.27.0