Skip to content

Commit

Permalink
add cloud stores to foundry deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Sep 20, 2023
1 parent 10b221f commit c9a66d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]

install_requires = [
'mosaicml[libcloud,wandb,mlflow]>=0.16.1,<0.17',
'mosaicml[libcloud,wandb,mlflow,oci,gcs]>=0.16.1,<0.17',
'accelerate>=0.20,<0.21', # for HF inference `device_map`
'transformers>=4.33,<4.34',
'mosaicml-streaming>=0.6,<0.7',
Expand Down

0 comments on commit c9a66d9

Please sign in to comment.