From 7633663c5627a9f3acea488af6a89a80fe124b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:17:52 +0000 Subject: [PATCH] Bump torch from 1.9.0+cu111 to 1.13.1 in /gptneo Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0+cu111 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/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gptneo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gptneo/requirements.txt b/gptneo/requirements.txt index 916d339..ee9d682 100644 --- a/gptneo/requirements.txt +++ b/gptneo/requirements.txt @@ -3,4 +3,4 @@ accelerate==0.12.0 pytorch-transformers==1.2.0 transformers==4.30.0 datasets==2.4.0 -torch==1.9.0+cu111 \ No newline at end of file +torch==1.13.1 \ No newline at end of file