From 96623ebf51171294019136bd34d68865a7d4a47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:24:18 +0000 Subject: [PATCH] chore: bump deepspeed from 0.16.9 to 0.17.6 Bumps [deepspeed](https://github.com/deepspeedai/DeepSpeed) from 0.16.9 to 0.17.6. - [Release notes](https://github.com/deepspeedai/DeepSpeed/releases) - [Commits](https://github.com/deepspeedai/DeepSpeed/compare/v0.16.9...v0.17.6) --- updated-dependencies: - dependency-name: deepspeed dependency-version: 0.17.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 340b226..4a8d037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] dev = ["pytest", "ruff", "isort", "pytest-cov"] finetune = [ - "deepspeed==0.16.9", + "deepspeed==0.17.6", "imagesize==1.4.1", "ms-swift==3.5.3", "qwen_vl_utils>=0.0.6",