From cca6f1b72f884f69daaf06f9020c88cb3949d20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:18:13 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: torch and torchvision. Updates `torch` from 2.4.0+cu121 to 2.4.1+cu121 Updates `torchvision` from 0.19.0+cu121 to 0.19.1+cu121 --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch 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 5b1eca2c89..5057f2526a 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.4.0+cu121 -torchvision==0.19.0+cu121 +torch==2.4.1+cu121 +torchvision==0.19.1+cu121 # Jax cpu-only version. jax[cpu]