Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
4 |
+
transformers
|
5 |
+
accelerate
|
6 |
+
sentence-transformers
|
7 |
+
faiss-cpu
|
8 |
+
huggingface_hub
|
9 |
+
pydantic
|
10 |
+
python-multipart
|