Skip to content

Commit 305554f

Browse files
Add cuda accelerated jax for scvi-tools (#1028)
* Add cuda accelerated jax for scvi-tools * Revert removal of comment * Update CHANGELOG [ci skip]
1 parent 973b7d3 commit 305554f

5 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
* Fix running `neigbors_leiden_umap` workflow with `-stub` enabled (PR #1026).
2222

23+
* Add missing CUDA enabled `jaxlib` to components that use `scvi-tools` (`scanvi`, `scarches`, `scvi` and `totalvi`) (PR #1028)
24+
2325
# openpipelines 2.1.0
2426

2527
## BREAKING CHANGES

src/annotate/scanvi/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ engines:
146146
__merge__: [/src/base/requirements/anndata_mudata.yaml, /src/base/requirements/scanpy.yaml, .]
147147
- type: python
148148
packages:
149+
- jax[cuda]
149150
- scvi-tools~=1.1.5
150151
test_setup:
151152
- type: python

src/integrate/scarches/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ engines:
147147
- type: python
148148
__merge__: [/src/base/requirements/anndata_mudata.yaml, .]
149149
packages:
150+
- jax[cuda]
150151
- scvi-tools~=1.1.5
151152
test_setup:
152153
- type: python

src/integrate/scvi/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ engines:
233233
__merge__: [/src/base/requirements/anndata_mudata.yaml, /src/base/requirements/scanpy.yaml, .]
234234
- type: python
235235
packages:
236+
- jax[cuda]
236237
- scvi-tools~=1.1.5
237238
test_setup:
238239
- type: python

src/integrate/totalvi/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ engines:
120120
- type: python
121121
__merge__: [/src/base/requirements/anndata_mudata.yaml, .]
122122
packages:
123+
- jax[cuda]
123124
- scvi-tools~=1.1.5
124125
test_setup:
125126
- type: python

0 commit comments

Comments
 (0)