Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- 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
|