From 12ca58c69a213ab336dcdfbce05eaaf7776e0b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:13:42 +0000 Subject: [PATCH] :arrow_up: Update accelerate requirement from <1.1,>=0.33 to >=0.33,<1.2 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.1.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 57b9254..1f4eaa7 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.2", "sentencepiece~=0.2.0", "peft>=0.12,<0.14", "flash-attn~=2.6.3; sys_platform != 'darwin'",