From e823583e9567dc6353e866c7e80a85d4e1b562de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 01:41:11 +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.8.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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.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..4e9cb29 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.8.0 transformers==4.50.3 tokenizers==0.21.1 huggingface-hub==0.30.1