espnet3.parallel.parallel.make_client
Less than 1 minute
espnet3.parallel.parallel.make_client
espnet3.parallel.parallel.make_client(config: DictConfig = None) β Client
Create or retrieve a Dask client using the provided or global configuration.
- Parameters:config (DictConfig , optional) β Cluster config. If None, uses global one.
- Returns: Dask client instance.
- Return type: Client
