cerebras.modelzoo.common.utils.run.cli_parser.update_params_from_args_and_env#
- cerebras.modelzoo.common.utils.run.cli_parser.update_params_from_args_and_env(args: argparse.Namespace, params: dict)[source]#
- Update params in-place with the arguments from args and the cerebras sysadmin overrides.. - Parameters
- args – The namespace containing args from the commandline. 
- params – The params to be updated.