Skip to content

Commit

Permalink
[tune](deps): Bump transformers in /python/requirements
Browse files Browse the repository at this point in the history
Bumps [transformers](https://github.com/huggingface/transformers) from 4.3.2 to 4.8.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.3.2...v4.8.2)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2022
1 parent 7ca334f commit 48c74a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements/ml/requirements_train.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tensorboardX==2.4.1
# `python/ray/air/examples/huggingface/huggingface_basic_language_modeling_example.py`
# `python/ray/air/tests/test_huggingface_trainer.py`
transformers==4.18.0; python_version <= '3.6'
transformers==4.19.1; python_version > '3.6'
transformers==4.22.1; python_version > '3.6'
accelerate==0.5.1
datasets==2.0.0
sentencepiece==0.1.96
2 changes: 1 addition & 1 deletion python/requirements/ml/requirements_tune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ scikit-optimize==0.8.1
sigopt==7.5.0
timm==0.4.5
transformers==4.18.0; python_version <= '3.6'
transformers==4.19.1; python_version > '3.6'
transformers==4.22.1; python_version > '3.6'
wandb==0.12.15
xgboost==1.3.3
zoopt==0.4.1

0 comments on commit 48c74a4

Please sign in to comment.