Skip to content

Commit

Permalink
fix(pytorch-mnist): update torch packages (#13284)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent cbc5b10 commit 4c66410
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 deletions aws/amazon-sagemaker/pytorch-mnist/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 aws/amazon-sagemaker/pytorch-mnist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = ["Hongbo Miao"]

[tool.poetry.dependencies]
python = "3.10.x"
torch = "2.1.1"
torchvision = "0.16.1"
torch = "2.1.2"
torchvision = "0.16.2"

[tool.poetry.group.dev.dependencies]
poethepoet = "0.24.4"
Expand Down

0 comments on commit 4c66410

Please sign in to comment.