Skip to content

Commit

Permalink
Fix dependency versions in examples/albert
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Dec 27, 2021
1 parent 595b831 commit 98657f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/albert/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
transformers>=4.6.0
datasets>=1.5.0
torch_optimizer>=0.1.0
wandb>=0.10.26
transformers==4.6.0
datasets==1.5.0
torch_optimizer==0.1.0
wandb==0.10.26
sentencepiece
requests
nltk>=3.6.2
nltk==3.6.2

0 comments on commit 98657f8

Please sign in to comment.