Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.5
|
2 |
+
ipython==8.14.0
|
3 |
+
pip-chill==1.0.3
|
4 |
+
pytorch-lightning==2.0.5
|
5 |
+
scikit-learn==1.3.0
|
6 |
+
transformers==4.32.0
|
7 |
+
|