Skip to content

Commit

Permalink
Extra serverless (#1320)
Browse files Browse the repository at this point in the history
* update

* update

* Move back

* update

* update

* rename

---------

Co-authored-by: Xiaohan Zhang <xiaohan.zhang@databricks.com>
  • Loading branch information
XiaohanZhangCMU and xiaohanzhan-db authored Jul 1, 2024
1 parent 68c2625 commit 6117844
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
'grouped-gemm==0.1.4',
]

extra_deps['databricks-serverless'] = {
dep for key, deps in extra_deps.items() for dep in deps
if 'gpu' not in key and 'megablocks' not in key and
'databricks-connect' not in dep
}
extra_deps['all-cpu'] = {
dep for key, deps in extra_deps.items() for dep in deps
if 'gpu' not in key and 'megablocks' not in key
Expand Down

0 comments on commit 6117844

Please sign in to comment.