MCPcopy Create free account
hub / github.com/espnet/espnet / get_parallel_config

Function get_parallel_config

espnet3/parallel/parallel.py:139–141  ·  view source on GitHub ↗

Return the global Dask cluster configuration.

()

Source from the content-addressed store, hash-verified

137
138
139def get_parallel_config() -> Optional[DictConfig]:
140 """Return the global Dask cluster configuration."""
141 return parallel_config
142
143
144def _build_client(config: DictConfig = None) -> Client:

Callers 4

_run_parallelMethod · 0.90
_run_asyncMethod · 0.90
__call__Method · 0.90

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…