From 3bd440f3113ac72bc4006f37ae96118f8e2b57a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:15:50 +0000 Subject: [PATCH] Update accelerate requirement from 0.25.0 to 0.26.1 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.25.0...v0.26.1) --- 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 318fbc18..7bd514da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ typing = "3.7.4.3" transformers = "4.36.2" einops-exts = "0.0.4" torchvision = "*" -accelerate = "0.25.0" +accelerate = "0.26.1" datasets = "*" lion-pytorch = "0.0.7" jax = "*"