File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ dependencies:
3939 - sacremoses
4040
4141 # Warning: jiant currently depends on *both* pytorch_pretrained_bert > 0.6 _and_
42- # transformers > 2.3 .0. These are the same package, though the name changed between
42+ # transformers > 2.6 .0. These are the same package, though the name changed between
4343 # these two versions. AllenNLP requires 0.6 to support the BertAdam optimizer, and jiant
4444 # directly requires 1.0 to support XLNet and WWM-BERT.
4545 # This AllenNLP issue is relevant: https://github.com/allenai/allennlp/issues/3067
46- - transformers==2.3.0
46+ - transformers==2.6.0
47+ - tokenizers==0.5.2
Original file line number Diff line number Diff line change 6565 "pyhocon==0.3.35" ,
6666 "python-Levenshtein==0.12.0" ,
6767 "sacremoses" ,
68- "transformers==2.3.0" ,
68+ "transformers==2.6.0" ,
69+ "tokenizers==0.5.2" ,
6970 "ftfy" ,
7071 "spacy" ,
7172 ],
You can’t perform that action at this time.
0 commit comments