From c8273fd59581da1980fa6ee8330c87961811e17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:54:56 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.7.1 in /community/oran-chatbot-multimodal Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.7.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.1.2...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- community/oran-chatbot-multimodal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/oran-chatbot-multimodal/requirements.txt b/community/oran-chatbot-multimodal/requirements.txt index 8d901c74e..a6d528693 100644 --- a/community/oran-chatbot-multimodal/requirements.txt +++ b/community/oran-chatbot-multimodal/requirements.txt @@ -29,7 +29,7 @@ sentence-transformers==2.2.2 streamlit==1.30.0 streamlit_analytics==0.4.1 streamlit_feedback==0.1.3 -torch==2.1.2 +torch==2.7.1 transformers==4.35.2 unstructured[all-docs]==0.11.2 uvicorn[standard]==0.24.0