From 765c4027042b99d816474e7ca19010acbaf8c5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:31:25 -0700 Subject: [PATCH] Bump the python group with 2 updates (#1726) Bumps the python group with 2 updates: torch and torchvision. Updates `torch` from 2.3.0+cu121 to 2.4.0+cu121 Updates `torchvision` from 0.18.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3b34f32aac..eeb54652d6 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -4,8 +4,8 @@ tensorflow-text~=2.17 # Torch with cuda support. --extra-index-url https://download.pytorch.org/whl/cu121 -torch==2.3.0+cu121 -torchvision==0.18.0+cu121 +torch==2.4.0+cu121 +torchvision==0.19.0+cu121 # Jax cpu-only version. jax[cpu]