Skip to content

Commit

Permalink
Merge pull request #16 from DarkStarStrix/dependabot/pip/torch-2.2.0
Browse files Browse the repository at this point in the history
Bump torch from 2.1.1 to 2.2.0
  • Loading branch information
DarkStarStrix authored Dec 10, 2024
2 parents 2a4d84e + de344f9 commit f2d7b82
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 f2d7b82

Please sign in to comment.