From 4edd72b7e6c9fa0a7dd39a720774b20f8b0a38b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:30:58 +0800 Subject: [PATCH] chore(deps): bump torch in /plugins/model/llm-ChatGLM2 (#4597) Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.6.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.4.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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-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 e92aba0aa..d6b9515cd 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.4.0 +torch==2.6.0 transformers==4.48.0 uvicorn==0.23.2