Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
sentencepiece
|
4 |
+
torch>=1.7.0,!=1.8.0
|
5 |
+
transformers==4.16.2
|
6 |
+
pytorch-lightning==1.5.10
|