IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).

Python function

deep_merge_max_configs

deep_merge_max_configs()โ€‹

max.pipelines.lib.deep_merge_max_configs(base_config, child_config)

source

Deep merge two MAXConfig configuration dictionaries.

Parameters:

  • base_config (dict[str, Any]) โ€“ The base MAXConfig configuration dictionary.
  • child_config (dict[str, Any]) โ€“ The child MAXConfig configuration dictionary that takes precedence.

Returns:

Merged MAXConfig configuration dictionary with deep merging of nested MAXConfig dictionaries.

Return type:

dict[str, Any]