From f4b0be65574c4cbb899e27fdb7ee36f217ab80ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:08:15 +0000 Subject: [PATCH] :arrow_up: 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.33.0...v1.0.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 8a3c9b3..b4c162f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "requests>=2.31.0,<=2.32.3", "transformers~=4.44.2", "torch~=2.4.0", - "accelerate>=0.33,<0.35", + "accelerate>=0.33,<1.1", "sentencepiece~=0.2.0", "peft>=0.12,<0.14", "flash-attn~=2.6.3; sys_platform != 'darwin'",