From 437037b009e1ba9128c6372dab4be1250fac5ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:34: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.2.0+cu121 to 2.3.0+cu121 Updates `torchvision` from 0.17.0+cu121 to 0.18.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..89ffc79b35 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.3.0+cu121 +torchvision==0.18.0+cu121 # Jax cpu-only version. jax[cpu]