From b67945af8efdd5da8faabb15622e622e07643446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:22:43 +0000 Subject: [PATCH] Bump torch in /library/src/main/python/embedding_generator Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 to 2.6.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.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- library/src/main/python/embedding_generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/python/embedding_generator/requirements.txt b/library/src/main/python/embedding_generator/requirements.txt index b18a7b8d0..36e10a5cc 100644 --- a/library/src/main/python/embedding_generator/requirements.txt +++ b/library/src/main/python/embedding_generator/requirements.txt @@ -1,4 +1,4 @@ datasets==2.14.6 transformers==4.34.1 -torch==2.1.0 +torch==2.6.0 numpy==1.24.4 \ No newline at end of file