Add application file
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
numpy
|
2 |
openpyxl
|
3 |
-
transformers==4.25.1
|
|
|
|
1 |
numpy
|
2 |
openpyxl
|
3 |
+
transformers==4.25.1
|
4 |
+
torch @ https://download.pytorch.org/whl/cu116/torch-1.13.0%2Bcu116-cp38-cp38-linux_x86_64.whl
|