Skip to content

Commit

Permalink
Bump Composer to v0.28.0 (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 authored Dec 5, 2024
1 parent 16f92ef commit f0cf727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]

install_requires = [
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.27.0,<0.28',
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.28.0,<0.29',
'mlflow>=2.14.1,<2.19',
'accelerate>=0.25,<1.2', # for HF inference `device_map`
'transformers>=4.43.2,<4.47',
Expand Down Expand Up @@ -91,15 +91,15 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]>=0.27.0,<0.28',
'mosaicml[databricks]>=0.28.0,<0.29',
'numpy<2',
'databricks-sql-connector>=3,<4',
'databricks-connect==14.1.0',
'lz4>=4,<5',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.27.0,<0.28',
'mosaicml[tensorboard]>=0.28.0,<0.29',
]

# Flash 2 group kept for backwards compatibility
Expand All @@ -110,7 +110,7 @@
extra_deps['gpu'] = copy.deepcopy(extra_deps['gpu-flash2'])

extra_deps['peft'] = [
'mosaicml[peft]>=0.27.0,<0.28',
'mosaicml[peft]>=0.28.0,<0.29',
]

extra_deps['openai'] = [
Expand Down

0 comments on commit f0cf727

Please sign in to comment.