animesounds commited on
Commit
1fe4911
·
verified ·
1 Parent(s): 572c642

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi[all]
2
+ uvicorn # Can keep this for clarity, though included in fastapi[all]
3
+ gunicorn # <--- Add this line
4
+ requests
5
+ torch
6
+ transformers
7
+ sentence-transformers
8
+ tenacity
9
+ mwparserfromhell
10
+ chromadb
11
+ huggingface_hub
12
+ accelerate
13
+ bitsandbytes