From c6a3ad6e8db627e65e58f404af7431633425bf48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:26:03 +0000 Subject: [PATCH] Bump torch from 1.9.1+cu111 to 1.13.1 in /transformer-arch Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.1+cu111 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] --- transformer-arch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformer-arch/requirements.txt b/transformer-arch/requirements.txt index 6f564fa..883c44f 100644 --- a/transformer-arch/requirements.txt +++ b/transformer-arch/requirements.txt @@ -93,7 +93,7 @@ termcolor==1.1.0 threadpoolctl==3.0.0 tokenizers==0.10.3 --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.9.1+cu111 +torch==1.13.1 torchaudio==0.9.1 torchvision==0.10.1+cu111 tqdm==4.62.3