Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
fastt5
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastt5
|
| 2 |
+
torch==1.12.1
|
| 3 |
+
flask==2.2.2
|
| 4 |
+
transformers==4.21.2
|
| 5 |
+
sentencepiece
|
| 6 |
+
protobuf==3.20.1
|
| 7 |
+
pytorch_lightning
|
| 8 |
+
nltk
|