From 05db75c1ee5e9ff4f74e00c34d2f7c85ff502ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:47:36 +0000 Subject: [PATCH] build(deps): Update accelerate requirement Updates the requirements on [accelerate](https://github.com/huggingface/accelerate) to permit the latest version. - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](https://github.com/huggingface/accelerate/compare/v0.20.3...v1.2.0) --- updated-dependencies: - dependency-name: accelerate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cfeecdc4b..30c1eb5764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers=[ ] dependencies = [ "numpy>=1.26.4,<2.0", -"accelerate>=0.20.3,!=0.34,<1.1", +"accelerate>=0.20.3,!=0.34,<1.3", "transformers>=4.45,<4.46", "torch>=2.2.0,<2.5", "sentencepiece>=0.1.99,<0.3",