From 13c25f705e1674916b930da2983a3d0ac954b47e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:10:03 +0000 Subject: [PATCH] Bump torch from 2.1.2+cu118 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2+cu118 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/commits/v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e534e16..1033b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # For logging "rich==13.7.0", # PyTorch - "torch==2.1.2+cu118", + "torch==2.8.0", "torchvision==0.16.2+cu118", "xformers==0.0.23.post1", "dadaptation==3.2",