Skip to content

Commit

Permalink
Bump composer version to 0.26.0 (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea authored Oct 27, 2024
1 parent ed6b72b commit e11a43c
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.25.0,<0.26',
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.26.0,<0.27',
'mlflow>=2.14.1,<2.17',
'accelerate>=0.25,<0.34', # for HF inference `device_map`
'transformers>=4.43.2,<4.44',
Expand Down Expand Up @@ -91,15 +91,15 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]>=0.25.0,<0.26',
'mosaicml[databricks]>=0.26.0,<0.27',
'numpy<2',
'databricks-sql-connector>=3,<4',
'databricks-connect==14.1.0',
'lz4>=4,<5',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.25.0,<0.26',
'mosaicml[tensorboard]>=0.26.0,<0.27',
]

# 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.25.0,<0.26',
'mosaicml[peft]>=0.26.0,<0.27',
]

extra_deps['openai'] = [
Expand Down

0 comments on commit e11a43c

Please sign in to comment.