From a66d1d0bb37fafe2c6a4edb460f600adb65c43ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 17:54:27 +0200 Subject: [PATCH] Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements (#13048) * 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'