Skip to content

Commit

Permalink
chore(deps): bump transformers from 4.30.2 to 4.38.0 in /dataflow/run…
Browse files Browse the repository at this point in the history
…-inference (#11437)

* chore(deps): bump transformers in /dataflow/run-inference

Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.2 to 4.38.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.30.2...v4.38.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update torch

* ignore python 3.12 for tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Cavazos <[email protected]>
  • Loading branch information
dependabot[bot] and davidcavazos authored Apr 11, 2024
1 parent c0f8571 commit ff96d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dataflow/run-inference/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
# Only test on Python 3.11.
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
4 changes: 2 additions & 2 deletions dataflow/run-inference/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam[gcp]==2.49.0
torch==2.0.1
transformers==4.30.2
torch==2.2.2
transformers==4.38.0

0 comments on commit ff96d20

Please sign in to comment.