nemo_curator.backends.utils
Module Contents
Functions
API
Recursively merge two executor configs with deep merging of nested dicts.
Parameters:
base_config
Base configuration dictionary
override_config
Configuration to merge on top of base_config
Returns: dict
Merged configuration dictionary with all nested dicts recursively merged
Examples:
Initialize a new local Ray cluster or connects to an existing one.