Update app/backend/requirements.txt
Browse files- app/backend/requirements.txt +10 -9
app/backend/requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
fastapi==0.104.1
|
| 2 |
-
uvicorn==0.24.0
|
| 3 |
-
torch==2.2.0
|
| 4 |
-
transformers>=4.35.2
|
| 5 |
-
safetensors>=0.4.16
|
| 6 |
-
python-dotenv==1.0.0
|
| 7 |
-
httpx==0.25.1
|
| 8 |
-
pydantic==2.5.0
|
| 9 |
-
psutil==5.9.6
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
torch==2.2.0
|
| 4 |
+
transformers>=4.35.2
|
| 5 |
+
safetensors>=0.4.16
|
| 6 |
+
python-dotenv==1.0.0
|
| 7 |
+
httpx==0.25.1
|
| 8 |
+
pydantic==2.5.0
|
| 9 |
+
psutil==5.9.6
|
| 10 |
+
sentencepiece==0.1.99
|