Spaces:
Sleeping
Sleeping
Update app/backend/requirements.txt
Browse files
app/backend/requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ torch==2.2.0
|
|
| 5 |
transformers==4.37.2
|
| 6 |
safetensors>=0.4.2
|
| 7 |
sentencepiece==0.1.99
|
|
|
|
| 8 |
|
| 9 |
python-dotenv==1.0.1
|
| 10 |
httpx==0.27.0
|
|
|
|
| 5 |
transformers==4.37.2
|
| 6 |
safetensors>=0.4.2
|
| 7 |
sentencepiece==0.1.99
|
| 8 |
+
numpy>=1.24.0
|
| 9 |
|
| 10 |
python-dotenv==1.0.1
|
| 11 |
httpx==0.27.0
|