From 4e9ffd1b1e18e8567d6dbfd58644af68a7d00644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:51:46 +0000 Subject: [PATCH] Bump torch from 2.4.0 to 2.4.1 in /app Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.4.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/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index bf67b96..900b37e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ diffusers[torch]==0.30.2 accelerate -torch==2.4.0 +torch==2.4.1 transformers==4.44.2 xformers==0.0.27.post2