From 23de8207fee238a0f0b4272be227c0f664062e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:27:25 -0700 Subject: [PATCH] Bump the python group with 2 updates (#20311) 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] 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 e46793a88c9..0bbcb1f39ff 100644 --- a/requirements-torch-cuda.txt +++ b/requirements-torch-cuda.txt @@ -3,8 +3,8 @@ tensorflow-cpu~=2.17.0 # Pin to TF 2.16 # 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 (needed for testing). jax[cpu]