Skip to content

Commit c57b6da

Browse files
committed
fix name in foundation head args
1 parent b32b3e2 commit c57b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mace/tools/arg_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def build_default_arg_parser() -> argparse.ArgumentParser:
361361
default=True,
362362
)
363363
parser.add_argument(
364-
"--foundation_model_head",
364+
"--foundation_head",
365365
help="Name of the head to use for fine-tuning",
366366
type=str,
367367
default=None,

0 commit comments

Comments
 (0)