From 7e7269b2ba8ebc0e5471a932fddad73f5f59cf6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:26:54 +0800 Subject: [PATCH] chore(deps): bump transformers in /plugins/model/llm-Baichuan2 (#4281) Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.2 to 4.48.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.30.2...v4.48.0) --- updated-dependencies: - dependency-name: transformers 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 586f341b6..e79d0b70a 100644 --- a/plugins/model/llm-Baichuan2/requirements.txt +++ b/plugins/model/llm-Baichuan2/requirements.txt @@ -1,5 +1,5 @@ protobuf -transformers==4.30.2 +transformers==4.48.0 cpm_kernels torch>=2.0 gradio