From 9eb7db0bf0e4f4bbea2335a5f4519d84c457e885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:29:31 +0000 Subject: [PATCH] Bump torch from 2.2.1 to 2.12.0 in /genai/image/stable_diffusion/src Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 to 2.12.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.2.1...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 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..47684ad 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.12.0 accelerate==0.28.0 pydantic==2.6.4