From 9b24b3569588f1abec24c581d237139177d25f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 08:52:52 +0800 Subject: [PATCH] chore(deps): bump transformers in /plugins/model/llm-Baichuan2 (#5184) Bumps [transformers](https://github.com/huggingface/transformers) from 4.51.0 to 4.52.1. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.51.0...v4.52.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.52.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/model/llm-Baichuan2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/model/llm-Baichuan2/requirements.txt b/plugins/model/llm-Baichuan2/requirements.txt index 472bcb881..339cf6215 100644 --- a/plugins/model/llm-Baichuan2/requirements.txt +++ b/plugins/model/llm-Baichuan2/requirements.txt @@ -1,5 +1,5 @@ protobuf -transformers==4.51.0 +transformers==4.52.1 cpm_kernels torch>=2.0 gradio