From 06bb9f5d322368ba96590c144f21c2a3a419e074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 07:11:19 +0000 Subject: [PATCH] Bump torch from 1.11.0+cu113 to 1.13.1 in /musecoco Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0+cu113 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] --- musecoco/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musecoco/requirements.txt b/musecoco/requirements.txt index 501b350e..54221820 100644 --- a/musecoco/requirements.txt +++ b/musecoco/requirements.txt @@ -1,5 +1,5 @@ # Text-to-Attribute Understanding -torch==1.11.0 +torch==1.13.1 transformers==4.26.0 accelerate datasets