From c74001fd3552e4c72060cf57097f1a2edbc82a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:39:40 +0000 Subject: [PATCH] Update accelerate requirement from 0.30.1 to 0.31.0 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.30.1...v0.31.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 cd006920..f8d376cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ bitsandbytes = "*" transformers = "4.41.2" einops-exts = "0.0.4" torchvision = "*" -accelerate = "0.30.1" +accelerate = "0.31.0" datasets = "*" loguru = "*" vector-quantize-pytorch = "1.14.7"