Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
torch==2.0.1
|
2 |
-
gradio==4.16.0
|
3 |
-
torchmetrics==0.9.3
|
4 |
-
pytorch-lightning==2.1.3
|
5 |
-
transformers==4.28.0
|
6 |
-
scikit-learn==1.4.0
|
7 |
-
tabulate==0.9.0
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
gradio==4.16.0
|
3 |
+
torchmetrics==0.9.3
|
4 |
+
pytorch-lightning==2.1.3
|
5 |
+
transformers==4.28.0
|
6 |
+
scikit-learn==1.4.0
|
7 |
+
tabulate==0.9.0
|
8 |
+
easydict
|