From c18a831c720cc955f61cff2fcf103e62d5f97b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:33:35 +0000 Subject: [PATCH] Bump deepspeed from 0.6.5 to 0.15.1 in /EVA-CLIP 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] --- EVA-CLIP/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EVA-CLIP/requirements.txt b/EVA-CLIP/requirements.txt index ef28f8c..eda43c4 100644 --- a/EVA-CLIP/requirements.txt +++ b/EVA-CLIP/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