From c5880604df6d91226e9a100990561595b4aac5f2 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 6 May 2025 04:15:22 -0400 Subject: [PATCH] Bump `accelerate>=0.32,<2` (#298) *Issue #, if available:* *Description of changes:* Just increased the max version allowed. Tests pass. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Abdul Fatir --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eff211..065c975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.9" dependencies = [ "torch>=2.0,<3", # package was tested on 2.2 "transformers>=4.48,<5", - "accelerate>=0.32,<1", + "accelerate>=0.32,<2", ] classifiers = [ "Programming Language :: Python :: 3",