Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
transformers
|
|
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
tensorflow
|
|
|
1 |
transformers
|
2 |
+
torch
|
3 |
+
torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cu102.html
|
4 |
pandas
|
5 |
numpy
|
6 |
tensorflow
|