From a490d238842d767cd7d9cdcc336cf7849fff8813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:42:28 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: torch and torchvision. Updates `torch` from 2.2.0+cu121 to 2.4.0+cu121 Updates `torchvision` from 0.17.0+cu121 to 0.19.0+cu121 --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-torch-cuda.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-torch-cuda.txt b/requirements-torch-cuda.txt index fd69379782..5b1eca2c89 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -3,8 +3,8 @@ tensorflow-cpu>=2.16.1 # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.2.0+cu121 -torchvision==0.17.0+cu121 +torch==2.4.0+cu121 +torchvision==0.19.0+cu121 # Jax cpu-only version. jax[cpu]