From 9ad1f2bd6b2477999f10d115f81d9f3ce112dc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:52:24 +0000 Subject: [PATCH] chore(deps): bump accelerate from 0.30.1 to 0.33.0 Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.30.1 to 0.33.0. - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](https://github.com/huggingface/accelerate/compare/v0.30.1...v0.33.0) --- 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..da56931 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.33.0", "numpy==1.26.4", "sentencepiece==0.2.0", "torch==2.3.0",