Skip to content

Commit

Permalink
Bump min composer pin (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Mar 6, 2024
1 parent cf0f5e5 commit 86c8746
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 @@ -50,7 +50,7 @@
]

install_requires = [
'mosaicml[libcloud,wandb,oci,gcs]>=0.20,<0.21',
'mosaicml[libcloud,wandb,oci,gcs]>=0.20.1,<0.21',
'mlflow>=2.10,<3',
'accelerate>=0.25,<0.26', # for HF inference `device_map`
'transformers>=4.37,<4.38',
Expand Down Expand Up @@ -88,14 +88,14 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]>=0.20,<0.21',
'mosaicml[databricks]>=0.20.1,<0.21',
'databricks-sql-connector>=3,<4',
'databricks-connect==14.1.0',
'lz4>=4,<5',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.20,<0.21',
'mosaicml[tensorboard]>=0.20.1,<0.21',
]

extra_deps['gpu'] = [
Expand All @@ -109,7 +109,7 @@
]

extra_deps['peft'] = [
'mosaicml[peft]>=0.20,<0.21',
'mosaicml[peft]>=0.20.1,<0.21',
]

extra_deps['openai'] = [
Expand Down

0 comments on commit 86c8746

Please sign in to comment.