naimulislam commited on
Commit
bf7afec
·
verified ·
1 Parent(s): 41a728e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- fastapi==0.109.0
2
- uvicorn[standard]==0.27.0
3
- llama-cpp-python==0.3.2
4
- huggingface-hub==0.20.3
5
- pydantic==2.6.0
6
- python-multipart==0.0.6
 
 
 
1
+ llama-cpp-python==0.3.9
2
+ fastapi==0.115.12
3
+ uvicorn[standard]==0.34.2
4
+ sse-starlette==2.2.1
5
+ jinja2==3.1.6
6
+ pydantic==2.11.3
7
+ httpx==0.28.1
8
+ huggingface-hub==0.32.2