Skip to content

Commit

Permalink
Bump torch from 2.2.2 to 2.3.0
Browse files Browse the repository at this point in the history
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent dbc93ff commit 76951e2
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 40 deletions.
120 changes: 82 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ keywords = ["transformers", "pytorch"]

[tool.poetry.dependencies]
python = "^3.11"
torch = "2.2.2"
torch = "2.3.0"
transformers = "4.39.2"
sentencepiece = "0.2.0"
bitsandbytes = "0.43.0"
accelerate = "0.28.0"
datasets = "2.18.0"

[tool.poetry.group.dev.dependencies]
torch = "2.2.2"
torch = "2.3.0"
transformers = "4.39.2"
sentencepiece = "0.2.0"
bitsandbytes = "0.43.0"
Expand Down

0 comments on commit 76951e2

Please sign in to comment.