From 7f6c32733f96cecbf67fcd88166f5c2dcc359ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 19:18:08 +0000 Subject: [PATCH] Bump torch from 2.0.1+cu118 to 2.7.0+cu118 Bumps torch from 2.0.1+cu118 to 2.7.0+cu118. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0+cu118 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-cuda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cuda.txt b/requirements-cuda.txt index 00dc1c291..1ee6e0d52 100644 --- a/requirements-cuda.txt +++ b/requirements-cuda.txt @@ -6,7 +6,7 @@ tf-nightly[and-cuda]==2.14.0.dev20230712 # Torch. # Pin the version used in colab currently (works with tf cuda version). --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.0.1+cu118 +torch==2.7.0+cu118 torchvision==0.15.2+cu118 # Jax.