Skip to content

Commit

Permalink
build(deps-dev): bump torch from 2.2.2 to 2.3.0 in /runtimes/huggingf…
Browse files Browse the repository at this point in the history
…ace (#1722)

Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.2.2...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 66f47c0 commit b93c1cc
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 39 deletions.
118 changes: 80 additions & 38 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
Expand Up @@ -17,7 +17,7 @@ pydantic = "<2.0.0"

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
torch = "2.2.2"
torch = "2.3.0"
transformers = ">=4.30,<5.0"
tensorflow = ">=2.12,<2.17"

Expand Down

0 comments on commit b93c1cc

Please sign in to comment.