Skip to content

Commit

Permalink
Require accelerate>=0.20.3 as transformers do (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Jul 19, 2023
1 parent 057a2fb commit e9a20e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python_requires = >=3.8,<3.11
install_requires =
torch>=1.12
bitsandbytes==0.40.1.post1
accelerate>=0.16.0,<0.21.0
accelerate>=0.20.3,<0.21.0
huggingface-hub>=0.11.1,<1.0.0
tokenizers>=0.13.3
transformers>=4.31.0,<5.0.0
Expand Down

0 comments on commit e9a20e7

Please sign in to comment.