dgs.utils.config.save_config

dgs.utils.config.save_config(filepath: str, config: dict[str, any]) None[source]

Given a configuration, save it as .yaml file at the given filepath.

Parameters:
  • filepath – The path at which the configuration file should be stored.

  • config – The (nested) configuration, as (nested) regular dicts.