From 606e9505c0ddc7cbb55b409b9feefa7fe43cbd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:26:46 +0800 Subject: [PATCH] chore(deps): bump torch in /plugins/model/llm-ChatGLM2 (#4282) Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.4.0. - [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.0.1...v2.4.0) --- updated-dependencies: - dependency-name: torch 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 cf5f309ce..ea2a4d374 100644 --- a/plugins/model/llm-ChatGLM2/requirements.txt +++ b/plugins/model/llm-ChatGLM2/requirements.txt @@ -6,6 +6,6 @@ sentence_transformers==2.2.2 sse_starlette==1.6.5 starlette==0.27.0 tiktoken==0.4.0 -torch==2.0.1 +torch==2.4.0 transformers==4.31.0 uvicorn==0.23.2