From 5f0d37f22d64e2b855d709f283d59af3098362a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:52:14 +0000 Subject: [PATCH] Bump torch from 2.4 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.4 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.4.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d893f9d..69d0934 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ python_requires='>=3.9', install_requires=['packaging', 'wheel', - 'torch==2.4', + 'torch==2.8.0', 'torchaudio==2.4', 'stable-audio-tools==0.0.17', 'pytorch-lightning==2.1',