Skip to content

Commit

Permalink
fix name in foundation head args
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Nov 12, 2024
1 parent b32b3e2 commit c57b6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace/tools/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def build_default_arg_parser() -> argparse.ArgumentParser:
default=True,
)
parser.add_argument(
"--foundation_model_head",
"--foundation_head",
help="Name of the head to use for fine-tuning",
type=str,
default=None,
Expand Down

0 comments on commit c57b6da

Please sign in to comment.