From 2f0631aa0f54ea9c314a322f80c990cb2845eaf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:33:20 +0000 Subject: [PATCH] Bump diffusers[torch] from 0.29.2 to 0.30.0 in /app Bumps [diffusers[torch]](https://github.com/huggingface/diffusers) from 0.29.2 to 0.30.0. - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](https://github.com/huggingface/diffusers/compare/v0.29.2...v0.30.0) --- updated-dependencies: - dependency-name: diffusers[torch] dependency-type: direct:production update-type: version-update:semver-minor ... 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 b836805..6de0b7f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -diffusers[torch]==0.29.2 +diffusers[torch]==0.30.0 accelerate torch==2.4.0 transformers==4.43.3