Skip to content

Commit

Permalink
update to transformers 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswan committed Apr 8, 2021
1 parent 21ae312 commit 9aba6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-no-torch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ scipy==1.4.1
sentencepiece==0.1.91
tokenizers==0.10.1
tqdm==4.46.0
transformers==4.3.3
transformers==4.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"tokenizers == 0.10.1",
"torch >= 1.5.0",
"tqdm == 4.46.0",
"transformers == 4.3.3",
"transformers == 4.5.0",
"torchvision == 0.6.0",
],
extras_require=extras,
Expand Down

0 comments on commit 9aba6e7

Please sign in to comment.