From 70a5bf2dc88cefead9f1493336150ef6f4a7e40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:03:10 +0000 Subject: [PATCH] build(deps): bump torch from 2.6.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.8.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.6.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff8568c..aae8900 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ accelerate==1.7.0 diffusers==0.33.1 -torch==2.6.0 +torch==2.8.0 transformers==4.52.3