From b4676d6e54540ba98471933a7966df10f088ff66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:11:58 +0100 Subject: [PATCH] Bump deepspeed from 0.11.1 to 0.12.3 (#43) Bumps [deepspeed](https://github.com/microsoft/DeepSpeed) from 0.11.1 to 0.12.3. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](https://github.com/microsoft/DeepSpeed/compare/v0.11.1...v0.12.3) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production update-type: version-update:semver-minor ... 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 86a5a4b..ec3bfdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ dependencies = [ "numpy", "lightning[app] >=2.1.0", - "deepspeed ==0.11.1", + "deepspeed ==0.12.3", "pynvml", "lightning-gpt ==0.1.1", "tensorboardX",