From c4d59138c3cb3fefabae5afa5c113e34cf65cc94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:41:15 +0000 Subject: [PATCH] Bump torch from 2.2.1 to 2.6.0 in /genai/image/stable_diffusion/src Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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..01e88d7 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.6.0 accelerate==0.28.0 pydantic==2.6.4