From 2bd7ca830ca9707992b6fd6f461206b186f4887b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:20:54 +0000 Subject: [PATCH] Bump torch from 2.4.0+cu121 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0+cu121 to 2.7.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.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-torch-cuda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index 5b1eca2c89..cf47d56526 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -3,7 +3,7 @@ tensorflow-cpu>=2.16.1 # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.4.0+cu121 +torch==2.7.0 torchvision==0.19.0+cu121 # Jax cpu-only version.