Skip to content

Commit

Permalink
Add mosaicml version bump (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
j316chuck authored Nov 19, 2024
1 parent bb94a9a commit 800400c
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.26.0,<0.27',
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.27.0,<0.28',
'mlflow>=2.14.1,<2.18',
'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.26.0,<0.27',
'mosaicml[databricks]>=0.27.0,<0.28',
'numpy<2',
'databricks-sql-connector>=3,<4',
'databricks-connect==14.1.0',
'lz4>=4,<5',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.26.0,<0.27',
'mosaicml[tensorboard]>=0.27.0,<0.28',
]

# 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.26.0,<0.27',
'mosaicml[peft]>=0.27.0,<0.28',
]

extra_deps['openai'] = [
Expand Down

0 comments on commit 800400c

Please sign in to comment.