From 70b92208cea94a2922db084dd3f5aa33b563f42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:28:31 +0000 Subject: [PATCH] chore(deps): bump torch from 2.0.0 to 2.2.0 in /advanced/deepfloyd-if Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0 to 2.2.0. - [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.0.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- advanced/deepfloyd-if/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/deepfloyd-if/requirements.txt b/advanced/deepfloyd-if/requirements.txt index 5307714..897b485 100644 --- a/advanced/deepfloyd-if/requirements.txt +++ b/advanced/deepfloyd-if/requirements.txt @@ -1,5 +1,5 @@ diffusers==0.16.1 gradio leptonai -torch==2.0.0 +torch==2.2.0 torchvision==0.15.1