Skip to content

Commit

Permalink
Update transformers requirement from <4.44,>=4.43.2 to >=4.43.2,<4.45
Browse files Browse the repository at this point in the history
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.43.2...v4.44.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 867a405 commit 82c696b
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 @@ -55,7 +55,7 @@
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.24.1,<0.25',
'mlflow>=2.14.1,<2.16',
'accelerate>=0.25,<0.34', # for HF inference `device_map`
'transformers>=4.43.2,<4.44',
'transformers>=4.43.2,<4.45',
'mosaicml-streaming>=0.8.1,<0.9',
'torch>=2.4.0,<2.4.1',
'datasets>=2.19,<2.20',
Expand Down

0 comments on commit 82c696b

Please sign in to comment.