Skip to content

Commit

Permalink
Update transformers requirement from <4.41,>=4.40 to >=4.42.3,<4.43 (#…
Browse files Browse the repository at this point in the history
…1327)

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.40.0...v4.42.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel King <[email protected]>
  • Loading branch information
dependabot[bot] and dakinggg authored Jul 1, 2024
1 parent 1993e7f commit b7c097f
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 @@ -57,7 +57,7 @@
'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`
'transformers>=4.40,<4.41',
'transformers>=4.42.3,<4.43',
'mosaicml-streaming>=0.7.6,<0.8',
'torch>=2.3.0,<2.4',
'datasets>=2.19,<2.20',
Expand Down

0 comments on commit b7c097f

Please sign in to comment.