From 50dc54226f41e88925104602f1727daf32e21a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:57:48 +0000 Subject: [PATCH] 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](https://github.com/pytorch/pytorch/compare/v1.7.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/deploy_requirements.txt | 2 +- train/train_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/deploy_requirements.txt b/deploy/deploy_requirements.txt index af57c97..5588e29 100644 --- a/deploy/deploy_requirements.txt +++ b/deploy/deploy_requirements.txt @@ -2,4 +2,4 @@ albumentations==1.0.0 matplotlib==3.5.1 numpy==1.22.2 torchvision==0.12.0 -torch==1.11.0 +torch==1.13.1 diff --git a/train/train_requirements.txt b/train/train_requirements.txt index 3dc720e..52cc025 100644 --- a/train/train_requirements.txt +++ b/train/train_requirements.txt @@ -1,5 +1,5 @@ # These versions are pre-installed on the nvidia image, we want to avoid reinstalling -torch==1.11.0a0+17540c5 +torch==1.13.1 torchvision==0.12.0a0 torchtext==0.12.0a0