Skip to content

Commit

Permalink
bump composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Jun 21, 2024
1 parent e8ba9b7 commit bb2af64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
]

install_requires = [
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.23.3,<0.24',
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.23.4,<0.24',
'mlflow>=2.13.2,<2.14',
'accelerate>=0.25,<0.26', # for HF inference `device_map`
'transformers>=4.40,<4.41',
Expand Down Expand Up @@ -99,7 +99,7 @@
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.23.3,<0.24',
'mosaicml[tensorboard]>=0.23.4,<0.24',
]

# 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.23.3,<0.24',
'mosaicml[peft]>=0.23.4,<0.24',
]

extra_deps['openai'] = [
Expand Down

0 comments on commit bb2af64

Please sign in to comment.