Upload deployment/requirements.txt with huggingface_hub
Browse files
deployment/requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
torch==2.1.0
|
4 |
+
transformers==4.35.0
|
5 |
+
huggingface-hub==0.19.0
|
6 |
+
pydantic==2.5.0
|
7 |
+
python-multipart==0.0.6
|
8 |
+
psutil==5.9.6
|