Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Jun 21, 2024
1 parent 78e4cc6 commit 4c3965c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
]

install_requires = [
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.23.2,<0.24',
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.23.2,<0.25',
'mosaicml@git+ssh://[email protected]/mvpatel2000/composer.git@mvpatel2000/test-patch#egg=mosaicml'
'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 @@ -92,14 +93,14 @@
]

extra_deps['databricks'] = [
'mosaicml[databricks]>=0.23.2,<0.24',
'mosaicml[databricks]>=0.23.2,<0.25',
'databricks-sql-connector>=3,<4',
'databricks-connect==14.1.0',
'lz4>=4,<5',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.23.2,<0.24',
'mosaicml[tensorboard]>=0.23.2,<0.25',
]

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

extra_deps['peft'] = [
'mosaicml[peft]>=0.23.2,<0.24',
'mosaicml[peft]>=0.23.2,<0.25',
]

extra_deps['openai'] = [
Expand Down

0 comments on commit 4c3965c

Please sign in to comment.