From efe5e9d069719204694e43431cf9be71f063825b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:32:04 +0000 Subject: [PATCH] :arrow_up: Update accelerate requirement from <1.1,>=0.33 to >=0.33,<1.3 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.33.0...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 553ae9f..74f85f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "requests>=2.31.0,<=2.32.3", "transformers>=4.44.2,<4.46.0", "torch~=2.4.0", - "accelerate>=0.33,<1.1", + "accelerate>=0.33,<1.3", "sentencepiece~=0.2.0", "peft>=0.12,<0.14", "flash-attn~=2.6.3; sys_platform != 'darwin'",