From 9c30ff3024c193ba6e8a008378e102fb508276b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:34:27 +0000 Subject: [PATCH] build(deps): bump torch from 2.4.1 to 2.5.1 in /application Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.1 to 2.5.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.4.1...v2.5.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index fe0ab8e3f..62a960f1f 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -76,7 +76,7 @@ retry==0.9.2 sentence-transformers==3.3.1 tiktoken==0.8.0 tokenizers==0.21.0 -torch==2.4.1 +torch==2.5.1 tqdm==4.66.5 transformers==4.47.1 typing-extensions==4.12.2