PhLoDuTi commited on
Commit
5efe0c2
·
verified ·
1 Parent(s): ca04dc2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,2 +1,6 @@
1
- transformers
2
- torch
 
 
 
 
 
1
+ numpy
2
+ pandas
3
+ sentencepiece
4
+ torch>=1.7.0,!=1.8.0
5
+ transformers==4.16.2
6
+ pytorch-lightning==1.5.10