Skip to content

Commit

Permalink
Allow specifying runner_memory" (google#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Mar 17, 2023
1 parent 6291809 commit 6d20876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experiment/run_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ def read_and_validate_experiment_config(config_filename: str) -> Dict:
Requirement(False, str, True, ''),
'runner_num_cpu_cores':
Requirement(False, int, False, ''),
'runner_memory':
Requirement(False, str, False, ''),
}

all_params_valid = _validate_config_parameters(config, config_requirements)
Expand Down

0 comments on commit 6d20876

Please sign in to comment.