From 5c27d64e1997fa95e189c7905463d4e45cce89d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:56:40 +0000 Subject: [PATCH] Bump torch from 1.11.0a0+17540c5 to 1.13.1 in /train Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0a0+17540c5 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] --- train/train_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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