From 7ac650d6519bcf811b424a60e531f05e3173f06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 10:34:55 +0000 Subject: [PATCH] Bump torch from 1.11.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e85cc277..209da5e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ numpy==1.22.3 python-dotenv==0.20.0 rouge_score==0.0.4 six==1.16.0 -torch==1.11.0 +torch==1.13.1 tqdm==4.64.0 transformers==4.17.0 wandb==0.12.11