Skip to content

Commit

Permalink
Bump torchvision from 0.20.0 to 0.20.1 (#10)
Browse files Browse the repository at this point in the history
Bumps [torchvision](https://github.com/pytorch/vision) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 386052f commit 94af504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For AMD GPUs with DirectML (Windows)
torch==2.5.1
torchvision==0.20.0
torchvision==0.20.1
torchaudio==2.5.1
onnx==1.17.0
onnxruntime-directml==1.19.2
Expand Down
2 changes: 1 addition & 1 deletion nvidia_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For NVIDIA GPUs with CUDA support (Windows)
torch==2.5.1+cu118
torchvision==0.20.1+cu118
torchvision==0.20.1
torchaudio==2.5.1+cu118
onnx==1.17.0
onnxruntime-gpu==1.19.2
Expand Down

0 comments on commit 94af504

Please sign in to comment.