From f7717338c28e251d778d7e8df0169c5931095406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:23:22 +0000 Subject: [PATCH] Bump torch from 1.9.0+cu111 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0+cu111 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] --- docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 36c97cde..84641db7 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -14,7 +14,7 @@ celery[redis,auth,msgpack] #==4.4.7 # for the AI backend opencv-python --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.9.0+cu111 +torch==2.2.0 torchvision==0.10.0+cu111 # Detectron2 diff --git a/requirements.txt b/requirements.txt index 4daab4cd..2903c719 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ celery[redis,auth,msgpack] # for the AI backend opencv-python --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.9.0+cu111 +torch==2.2.0 torchvision==0.10.0+cu111 # Detectron2