From a5032c3e3fb594f2080119e61ac2606cf1ae0f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:21:11 +0000 Subject: [PATCH] Bump deepspeed from 0.6.5 to 0.15.1 in /llm2clip Bumps [deepspeed](https://github.com/microsoft/DeepSpeed) from 0.6.5 to 0.15.1. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](https://github.com/microsoft/DeepSpeed/compare/v0.6.5...v0.15.1) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llm2clip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm2clip/requirements.txt b/llm2clip/requirements.txt index ef28f8c..eda43c4 100644 --- a/llm2clip/requirements.txt +++ b/llm2clip/requirements.txt @@ -1,6 +1,6 @@ torch>=1.9.0 torchvision -deepspeed==0.6.5 +deepspeed==0.15.1 # xformers # apex # timm==0.5.4