From 1d298bed58008ffb0b64f5988636bac735602482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:26:08 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.7.1 in /examples/research_projects/realfill Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.7.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.2.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/research_projects/realfill/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/research_projects/realfill/requirements.txt b/examples/research_projects/realfill/requirements.txt index c45334be97f9..7975e95035bc 100644 --- a/examples/research_projects/realfill/requirements.txt +++ b/examples/research_projects/realfill/requirements.txt @@ -2,7 +2,7 @@ diffusers==0.20.1 accelerate==0.23.0 transformers==4.38.0 peft==0.5.0 -torch==2.2.0 +torch==2.7.1 torchvision>=0.16 ftfy==6.1.1 tensorboard==2.14.0