Skip to content

Commit

Permalink
Bump transformers from 4.34.1 to 4.35.2 in /runtimes/huggingface (#1490)
Browse files Browse the repository at this point in the history
Bumps [transformers](https://github.com/huggingface/transformers) from 4.34.1 to 4.35.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.34.1...v4.35.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 0a3a8cd commit 272d884
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 deletions runtimes/huggingface/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtimes/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ optimum = {extras = ["onnxruntime"], version = ">=1.4,<2.0"}
[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
torch = "2.0.0"
transformers = ">=4.30,<4.35"
transformers = ">=4.30,<4.36"
tensorflow = ">=2.12,<2.14"

[build-system]
Expand Down

0 comments on commit 272d884

Please sign in to comment.