Skip to content

Commit

Permalink
fix(classify-mnist): update torch packages (#14772)
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 Feb 23, 2024
1 parent 8ec602c commit 71ed9fc
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 116 deletions.
111 changes: 55 additions & 56 deletions machine-learning/hm-kubeflow/pipelines/classify-mnist/poetry.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors = ["Hongbo Miao"]
[tool.poetry.dependencies]
python = "3.11.x"
kfp = "2.7.0"
torch = "2.2.0"
torchvision = "0.17.0"
torch = "2.2.1"
torchvision = "0.17.1"
lightning = "2.2.0.post0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 71ed9fc

Please sign in to comment.