Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.3.3
|
| 2 |
+
transformers==4.35.0
|
| 3 |
+
torch==2.1.0
|
| 4 |
+
accelerate==0.24.0
|
| 5 |
+
sentencepiece==0.1.99
|
| 6 |
+
protobuf==4.24.4
|
| 7 |
+
Werkzeug==2.3.7
|
| 8 |
+
numpy==1.24.3
|
| 9 |
+
python-dotenv==1.0.0
|