core._cli#

Copyright (c) Meta Platforms, Inc. and affiliates.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Functions#

get_canonical_config(→ omegaconf.DictConfig)

get_hydra_config_from_yaml(→ omegaconf.DictConfig)

main([args, override_args])

Module Contents#

core._cli.get_canonical_config(config: omegaconf.DictConfig) omegaconf.DictConfig#
core._cli.get_hydra_config_from_yaml(config_yml: str, overrides_args: list[str]) omegaconf.DictConfig#
core._cli.main(args: argparse.Namespace | None = None, override_args: list[str] | None = None)#