Skip to content

Commit 50dc542

Browse files
Bump torch from 1.7.0 to 1.13.1
Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.0 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](pytorch/pytorch@v1.7.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32713d7 commit 50dc542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/deploy_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ albumentations==1.0.0
22
matplotlib==3.5.1
33
numpy==1.22.2
44
torchvision==0.12.0
5-
torch==1.11.0
5+
torch==1.13.1

train/train_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# These versions are pre-installed on the nvidia image, we want to avoid reinstalling
2-
torch==1.11.0a0+17540c5
2+
torch==1.13.1
33
torchvision==0.12.0a0
44
torchtext==0.12.0a0
55

0 commit comments

Comments
 (0)