Skip to content

Commit b3d3fcd

Browse files
Update accelerate requirement from <1.8,>=0.25 to >=0.25,<1.9 (#1852)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3251cf commit b3d3fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
install_requires = [
5454
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.31.0,<0.32',
5555
'mlflow>=2.14.1,<3.2',
56-
'accelerate>=0.25,<1.8', # for HF inference `device_map`
56+
'accelerate>=0.25,<1.9', # for HF inference `device_map`
5757
'transformers>=v4.51.0,<4.52',
5858
'mosaicml-streaming>=0.12.0,<0.13',
5959
'torch>=2.7.0,<2.7.1',

0 commit comments

Comments
 (0)