From 318d21ec255f19ee4f5f351732b0ca010780a52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:07:11 +0800 Subject: [PATCH] chore(deps): bump transformers in /plugins/model/llm-Baichuan2 (#5397) Bumps [transformers](https://github.com/huggingface/transformers) from 4.52.1 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.52.1...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 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 339cf6215..8f4b4470a 100644 --- a/plugins/model/llm-Baichuan2/requirements.txt +++ b/plugins/model/llm-Baichuan2/requirements.txt @@ -1,5 +1,5 @@ protobuf -transformers==4.52.1 +transformers==4.53.0 cpm_kernels torch>=2.0 gradio