From b48397a319af20282268a5d5f01d9b92522e0772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:10:33 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 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/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ccb8262..546a397 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch==2.1.2 +torch==2.2.0 pytorch_lightning==1.9.0 transformers==4.36.0 umap-learn==0.5.3 diff --git a/setup.py b/setup.py index d9cfa5c..1cddc91 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "matplotlib", "panel", "einops", - "torch==2.1.2", + "torch==2.2.0", "datasets==2.16.1", "bitsandbytes==0.42.0", "xformers==0.0.23.post1",