From 027b39b52452b9c05f63063c2bac4e23f28dff5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:37:09 +0000 Subject: [PATCH] Bump torch from 2.1.0+cu121 to 2.2.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0+cu121 to 2.2.1. - [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.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-requirements.txt b/setup-requirements.txt index a715ec0..f719c38 100644 --- a/setup-requirements.txt +++ b/setup-requirements.txt @@ -1,7 +1,7 @@ click>=7.0,<9.0 click-help-colors>=0.9.1,<0.10 rich>=11.0,<14.0 -torch==2.1.0+cu121 +torch==2.2.1 torchaudio==2.1.0+cu121 torchvision==0.16.0+cu121 triton==2.1.0 \ No newline at end of file