From 701b0c1887319888d4e42414fd4990dccbf1fc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:56:48 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.7.0 in /src/ingestor_server Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.7.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.2.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ingestor_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ingestor_server/requirements.txt b/src/ingestor_server/requirements.txt index 2dcfe94..9dbf2fc 100644 --- a/src/ingestor_server/requirements.txt +++ b/src/ingestor_server/requirements.txt @@ -9,5 +9,5 @@ pydantic==2.9.2 PyYAML==6.0.2 tqdm==4.67.1 overrides==7.7.0 -torch==2.2.0 +torch==2.7.0 transformers==4.37.2 \ No newline at end of file