Skip to content

Commit

Permalink
Update accelerate requirement from <0.26,>=0.25 to >=0.32.1,<0.33
Browse files Browse the repository at this point in the history
Updates the requirements on [accelerate](https://github.com/huggingface/accelerate) to permit the latest version.
- [Release notes](https://github.com/huggingface/accelerate/releases)
- [Commits](huggingface/accelerate@v0.25.0...v0.32.1)

---
updated-dependencies:
- dependency-name: accelerate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent acb5530 commit be445f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
install_requires = [
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.23.4,<0.24',
'mlflow>=2.14.1,<2.15',
'accelerate>=0.25,<0.26', # for HF inference `device_map`
'accelerate>=0.25,<0.33', # for HF inference `device_map`
'transformers>=4.42.3,<4.43',
'mosaicml-streaming>=0.7.6,<0.8',
'torch>=2.3.0,<2.4',
Expand Down

0 comments on commit be445f6

Please sign in to comment.