From b8e53d5232ebb3e8068fed4fe79450f720665603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 23:53:42 +0000 Subject: [PATCH] Bump torch from 2.6.0+cu124 to 2.8.0 in /assets/requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0+cu124 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] --- assets/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/requirements/requirements.txt b/assets/requirements/requirements.txt index 4f92521..a0296f0 100644 --- a/assets/requirements/requirements.txt +++ b/assets/requirements/requirements.txt @@ -7,7 +7,7 @@ setuptools==65.6.3 ninja==1.11.1.1 # PyTorch (CUDA 12.4) -torch==2.6.0+cu124 +torch==2.8.0 torchvision==0.21.0+cu124 torchaudio==2.6.0+cu124