From 82b920a0fb0993f8abb99a6393724513688ac6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:43:12 +0000 Subject: [PATCH] Bump torch from 2.0.1+cu118 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1+cu118 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-cuda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cuda.txt b/requirements-cuda.txt index 00dc1c291..313c9ea98 100644 --- a/requirements-cuda.txt +++ b/requirements-cuda.txt @@ -6,7 +6,7 @@ tf-nightly[and-cuda]==2.14.0.dev20230712 # Torch. # Pin the version used in colab currently (works with tf cuda version). --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.0.1+cu118 +torch==2.2.0 torchvision==0.15.2+cu118 # Jax.