From d05bdd51445f307b39ac579e3b2090627e362d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:07:45 +0000 Subject: [PATCH] build(deps): update accelerate requirement from ~=0.18.0 to ~=0.19.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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: accelerate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef1802b8..3f800906 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -accelerate~=0.18.0 +accelerate~=0.19.0 bitsandbytes~=0.38.1 build>=0.10.0 coverage>=6.4.2