From 0155c2f8f7c88172e61f9fda74a8bf392a185916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:51:56 +0000 Subject: [PATCH] chore(deps): bump accelerate from 0.30.1 to 0.32.1 Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.30.1 to 0.32.1. - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](https://github.com/huggingface/accelerate/compare/v0.30.1...v0.32.1) --- updated-dependencies: - dependency-name: accelerate 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 c188d6e..05f1eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = ["pytest"] docs = ["mkdocs", "mkdocstrings[python]", "mkdocs-material", "pillow", "cairosvg"] publish = ["build"] convert = [ - "accelerate==0.30.1", + "accelerate==0.32.1", "numpy==1.26.4", "sentencepiece==0.2.0", "torch==2.3.0",