From 6a4c28f589b479c8c9b367487dfb2051a81eec90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:27:01 +0100 Subject: [PATCH] Bump deepspeed from 0.12.3 to 0.12.6 (#46) Bumps [deepspeed](https://github.com/microsoft/DeepSpeed) from 0.12.3 to 0.12.6. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](https://github.com/microsoft/DeepSpeed/compare/v0.12.3...v0.12.6) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec3bfdd..63e950a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ dependencies = [ "numpy", "lightning[app] >=2.1.0", - "deepspeed ==0.12.3", + "deepspeed ==0.12.6", "pynvml", "lightning-gpt ==0.1.1", "tensorboardX",