Skip to content

Commit

Permalink
update to transformers 4.0.0, modify environment.yml too (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronakice committed Dec 2, 2020
1 parent b235fae commit 0341ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
- spacy==2.2.4
- tensorboard>=2.1.0
- tensorflow>=2.2.0rc1
- tokenizers==0.7
- tokenizers==0.9.4
- tqdm==4.45.0
- transformers==2.10.0
- transformers==4.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tensorboard>=2.1.0
tensorflow>=2.2.0rc1
tokenizers==0.9.4
tqdm==4.45.0
transformers==4.0.0rc1
transformers==4.0.0

0 comments on commit 0341ed4

Please sign in to comment.