From ddec0c3b35c9ca22bbdcaf4e2005d8080ba4b324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:33:50 +0000 Subject: [PATCH] Bump torch in /community/agi-agent-application/radrag/backend Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.13.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.6.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- community/agi-agent-application/radrag/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/agi-agent-application/radrag/backend/requirements.txt b/community/agi-agent-application/radrag/backend/requirements.txt index f36f154..f547c16 100644 --- a/community/agi-agent-application/radrag/backend/requirements.txt +++ b/community/agi-agent-application/radrag/backend/requirements.txt @@ -35,7 +35,7 @@ packaging==24.2 sentence-transformers==4.0.2 scikit-learn==1.6.1 scipy==1.15.2 -torch==2.6.0 +torch==2.13.0 transformers==4.50.3 tokenizers==0.21.1 huggingface-hub==0.30.1