From 250894cb916949561afe77b02414053de1396672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:17:53 +0000 Subject: [PATCH] Bump torch from 2.0.1+cu118 to 2.6.0+cu118 Bumps torch from 2.0.1+cu118 to 2.6.0+cu118. --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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..5d3164420 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.6.0+cu118 torchvision==0.15.2+cu118 # Jax.