Skip to content

Commit

Permalink
Add databricks dependency (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea authored Nov 6, 2023
1 parent 1d504c8 commit 2b74cb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
'hf_transfer==0.1.3',
]

extra_deps['databricks'] = [
'mosaicml[databricks]',
]

extra_deps['tensorboard'] = [
'mosaicml[tensorboard]>=0.16.1,<0.17',
]
Expand Down

0 comments on commit 2b74cb2

Please sign in to comment.