cerebras.modelzoo.config_manager.config_loader.get_config_from_yaml#

cerebras.modelzoo.config_manager.config_loader.get_config_from_yaml(yaml_path, model_name)[source]#

Get the config object after reading input yaml. Also runs validation check on the config based on parameter constraints

Parameters
  • yaml_path – The path to the config yaml file

  • model_name – The model key name used by config map to check what class of config to use