Skip to content

Commit 853dae9

Browse files
committed
Assign encoder and model tasks to same worker
1 parent ce16d0e commit 853dae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azimuth/modules/base_classes/dask_module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
class Worker(IntEnum):
3030
model = 0
31-
encoder = 1
31+
encoder = 0
3232

3333

3434
class DaskModule(HDF5CacheMixin, Generic[ConfigScope]):

0 commit comments

Comments
 (0)