From 10b5a02a1ed38984caa96996005f2f240cd872e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:15:54 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.5.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.5.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.0.1...v2.5.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... 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 eefa231..7cd845e 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -75,7 +75,7 @@ phonemizer allenact==0.5.4 allenact_plugins[all] -e git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33#egg=clip -torch==2.0.1 +torch==2.5.0 torchvision xformers lightning diff --git a/requirements.txt b/requirements.txt index d8c619f..5e34170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,7 +74,7 @@ phonemizer allenact==0.5.4 allenact_plugins[all] -e git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33#egg=clip -torch==2.0.1 +torch==2.5.0 torchvision xformers lightning