Skip to content

Commit

Permalink
add aliases for --config_files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Apr 3, 2024
1 parent 74c2d3b commit 0cc0c98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def setup_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(description="Train a delphi model")
parser.add_argument(
"--config_files",
"--config_file",
"-c",
help=(
"Path to json file(s) containing config values. Specific values can be overridden with --overrides. "
"e.g. `--config_files primary_config.json secondary_config.json"
Expand Down

0 comments on commit 0cc0c98

Please sign in to comment.