Skip to content

Commit

Permalink
make style
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-r-o-w committed Mar 5, 2025
1 parent 4ba3710 commit e04cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finetrainers/trainer/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def add_args(self, parser: argparse.ArgumentParser):

def validate_args(self, args: "BaseArgs"):
raise NotImplementedError("ConfigMixin::map_args should be implemented by subclasses.")

def map_args(self, argparse_args: argparse.Namespace, mapped_args: "BaseArgs"):
raise NotImplementedError("ConfigMixin::validate_args should be implemented by subclasses.")

0 comments on commit e04cded

Please sign in to comment.