fugthchat commited on
Commit
4676f49
·
1 Parent(s): 523550b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- fastapi
2
- uvicorn
3
- python-multipart
4
- huggingface_hub
5
- psutil
 
1
+ fastapi==0.115.6
2
+ uvicorn[standard]==0.32.1
3
+ psutil==6.1.0
4
+ llama-cpp-python==0.2.90