From 18d5bdd357195c3a00f44f72924ae6ba59e0d01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 13:15:03 +0000 Subject: [PATCH 1/2] Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](https://github.com/microsoft/DeepSpeed/compare/v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/strategies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/strategies.txt b/requirements/strategies.txt index 78268a9fbb6f1..3b1a3a1e645e3 100644 --- a/requirements/strategies.txt +++ b/requirements/strategies.txt @@ -1,5 +1,5 @@ fairscale>=0.4.5, <=0.4.6 -deepspeed<0.6.0 +deepspeed<0.7.0 # no need to install with [pytorch] as pytorch is already installed horovod>=0.21.2,!=0.24.0, <=0.24.3 hivemind>=1.0.1, <=1.0.1; sys_platform == 'linux' From d677e0c108a889063340b1c64f9ab6f11f2ef334 Mon Sep 17 00:00:00 2001 From: Jirka Date: Tue, 24 May 2022 17:25:21 +0200 Subject: [PATCH 2/2] Empty-Commit