Skip to content

Commit

Permalink
fixed dependencies albert example
Browse files Browse the repository at this point in the history
fixed requirements for albert example

fix dataset versions (#1)

Revert "fixed albert example"

This reverts commit cccce0c.

remove accelerate
  • Loading branch information
JohannesHa authored and samsja committed May 13, 2024
1 parent d20e810 commit ef1dbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/albert/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
transformers~=4.6
datasets~=1.5
datasets==2.18.0
torch_optimizer==0.1.0
wandb==0.10.26
wandb==0.16.4
sentencepiece
requests
nltk==3.6.7

0 comments on commit ef1dbdc

Please sign in to comment.