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