From 88ea1a86718c5a5713ab2e6a9b0f6b4e64f23c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:59:36 +0000 Subject: [PATCH] Bump torch from 1.11.0 to 1.13.1 in /misc/GrACE 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] --- misc/GrACE/tutorial_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/GrACE/tutorial_requirements.txt b/misc/GrACE/tutorial_requirements.txt index 1482a02..6dceff3 100644 --- a/misc/GrACE/tutorial_requirements.txt +++ b/misc/GrACE/tutorial_requirements.txt @@ -1,2 +1,2 @@ -torch==1.11.0 +torch==1.13.1 transformers==4.30.0 \ No newline at end of file