From f3ef56998db80ec0bcb9c6642b447b579e162afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:28:58 +0800 Subject: [PATCH] chore(deps): bump transformers in /plugins/model/llm-ChatGLM2 (#4288) Bumps [transformers](https://github.com/huggingface/transformers) from 4.31.0 to 4.48.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.31.0...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-ChatGLM2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/model/llm-ChatGLM2/requirements.txt b/plugins/model/llm-ChatGLM2/requirements.txt index ea2a4d374..e92aba0aa 100644 --- a/plugins/model/llm-ChatGLM2/requirements.txt +++ b/plugins/model/llm-ChatGLM2/requirements.txt @@ -7,5 +7,5 @@ sse_starlette==1.6.5 starlette==0.27.0 tiktoken==0.4.0 torch==2.4.0 -transformers==4.31.0 +transformers==4.48.0 uvicorn==0.23.2