Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,12 @@ transformers>=4.35.0
|
|
| 3 |
torch>=2.0.0
|
| 4 |
sentence-transformers>=2.2.0
|
| 5 |
accelerate>=0.23.0
|
| 6 |
-
huggingface-hub>=0.17.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
torch>=2.0.0
|
| 4 |
sentence-transformers>=2.2.0
|
| 5 |
accelerate>=0.23.0
|
| 6 |
+
huggingface-hub>=0.17.0
|
| 7 |
+
requests>=2.31.0
|
| 8 |
+
fastapi>=0.104.0
|
| 9 |
+
uvicorn>=0.24.0
|
| 10 |
+
python-multipart>=0.0.6
|
| 11 |
+
pydantic>=2.0.0
|
| 12 |
+
aiohttp>=3.8.0
|
| 13 |
+
asyncio
|
| 14 |
+
nest-asyncio>=1.5.0
|