From 1d942977f46293fe7b56e596f5ee9f6a85ec14d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 04:52:05 +0000 Subject: [PATCH] Bump hivemind from 1.0.1 to 1.1.2 in /requirements (#15839) Bumps [hivemind](https://github.com/learning-at-home/hivemind) from 1.0.1 to 1.1.2. - [Release notes](https://github.com/learning-at-home/hivemind/releases) - [Commits](https://github.com/learning-at-home/hivemind/compare/1.0.1...1.1.2) --- updated-dependencies: - dependency-name: hivemind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pytorch/strategies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/strategies.txt b/requirements/pytorch/strategies.txt index e8a2372aff..101415a7c9 100644 --- a/requirements/pytorch/strategies.txt +++ b/requirements/pytorch/strategies.txt @@ -6,4 +6,4 @@ fairscale>=0.4.5, <0.4.13 deepspeed>=0.6.0, <=0.7.0 # no need to install with [pytorch] as pytorch is already installed horovod>=0.21.2, !=0.24.0, <=0.26.1 -hivemind==1.0.1; sys_platform == 'linux' +hivemind==1.1.2; sys_platform == 'linux'