From 8dc820362b2e15c2276431a9e5347b1c1d46c33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:14:05 +0000 Subject: [PATCH] Bump torch in /pkg/preprocessing/chat_completions_template Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 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.7.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pkg/preprocessing/chat_completions_template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/preprocessing/chat_completions_template/requirements.txt b/pkg/preprocessing/chat_completions_template/requirements.txt index feadfdd..3b65af8 100644 --- a/pkg/preprocessing/chat_completions_template/requirements.txt +++ b/pkg/preprocessing/chat_completions_template/requirements.txt @@ -1,5 +1,5 @@ packaging==24.2 pillow==11.2.1 -torch==2.5.1 +torch==2.8.0 transformers>=4.53.0 jinja2>=2.11