Skip to content

Commit 251c553

Browse files
Bump torch from 1.10.0+cpu to 1.13.1 in /vision/dino/pytorch
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] <[email protected]>
1 parent 0b92ae4 commit 251c553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/dino/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
22
torch==1.10.0+cpu; python_version=='3.6'
3-
torch==1.13.1+cpu; python_version>'3.6'
3+
torch==1.13.1; python_version>'3.6'
44
transformers==4.18.0
55
torchvision==0.14.1+cpu; python_version > '3.6'
66
torchvision==0.11.0+cpu; python_version <= '3.6'

0 commit comments

Comments
 (0)