Skip to content

Commit c588060

Browse files
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 <[email protected]>
1 parent f40a266 commit c588060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.9"
1313
dependencies = [
1414
"torch>=2.0,<3", # package was tested on 2.2
1515
"transformers>=4.48,<5",
16-
"accelerate>=0.32,<1",
16+
"accelerate>=0.32,<2",
1717
]
1818
classifiers = [
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)