From 803ee09749db84465e2fdf6682688b3ec9e4d4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 23:44:28 +0000 Subject: [PATCH] Bump torch from 2.0.1+cu118 to 2.3.1+cu118 Bumps torch from 2.0.1+cu118 to 2.3.1+cu118. --- updated-dependencies: - dependency-name: torch 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..94d333ac5 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.3.1+cu118 torchvision==0.15.2+cu118 # Jax.