From ae4017271b577dd5f9e1b146867bb1c546bb4e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:06:51 +0000 Subject: [PATCH] Bump torch from 2.3.1 to 2.4.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1 to 2.4.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/compare/v2.3.1...v2.4.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28c7202..9887045 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ PySide6==6.7.2 requests==2.32.0 requests_cache==1.2.1 thefuzz==0.22.1 -torch==2.3.1 +torch==2.4.1 transformers==4.39.2 accelerate==0.31.0 mock==5.1.0 \ No newline at end of file