From 31194122c070a932a3f10f82b8035aa6f0a4bc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:20:29 +0000 Subject: [PATCH] Bump torch from 2.2.1 to 2.7.1 in /genai/image/stable_diffusion/src Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 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.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- genai/image/stable_diffusion/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genai/image/stable_diffusion/src/requirements.txt b/genai/image/stable_diffusion/src/requirements.txt index f1967d9..54fe350 100644 --- a/genai/image/stable_diffusion/src/requirements.txt +++ b/genai/image/stable_diffusion/src/requirements.txt @@ -16,6 +16,6 @@ fastapi==0.109.1 uvicorn==0.23.2 diffusers==0.27.2 transformers==4.39.0 -torch==2.2.1 +torch==2.7.1 accelerate==0.28.0 pydantic==2.6.4