Skip to content

Commit

Permalink
Bump torch from 1.10.0+cpu to 1.13.1 in /vision/dino/pytorch
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.0+cpu to 1.13.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/commits/v1.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 22, 2023
1 parent 2d8b565 commit 8f2bf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/dino/pytorch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
torch==1.10.0+cpu; python_version=='3.6'
torch==1.13.1+cpu; python_version>'3.6'
torch==1.13.1; python_version>'3.6'
transformers==4.18.0
torchvision==0.14.1+cpu; python_version > '3.6'
torchvision==0.11.0+cpu; python_version <= '3.6'
Expand Down

0 comments on commit 8f2bf4c

Please sign in to comment.