From 1daf7c47ad4f5da11f883bb8fc9147ed6ad165a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:30:51 +0000 Subject: [PATCH] chore(deps): bump torch in /services/text-completion-llm-service Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/text-completion-llm-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/text-completion-llm-service/requirements.txt b/services/text-completion-llm-service/requirements.txt index 5548982..a5d9110 100644 --- a/services/text-completion-llm-service/requirements.txt +++ b/services/text-completion-llm-service/requirements.txt @@ -6,4 +6,4 @@ pandas==2.2.2 prometheus_client==0.21.0 pyarrow==18.1.0 transformers==4.53.0 -torch==2.7.0 \ No newline at end of file +torch==2.8.0 \ No newline at end of file