Skip to content

Commit

Permalink
Bump torch from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.1.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent d78a0a7 commit de344f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
{name = "Your Name", email = "your.email@example.com"}
]
dependencies = [
"torch==2.1.1",
"torch==2.2.0",
"pytorch-lightning==2.1.1",
"transformers==4.45.2",
"numpy==1.24.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch~=2.1.1
torch~=2.2.0
pytorch-lightning~=2.1.1
transformers==4.45.2
numpy==1.24.4
Expand Down

0 comments on commit de344f9

Please sign in to comment.