Skip to content

Commit

Permalink
revert the addition of __post_init__ as it is actually not needed
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <flim@sg.ibm.com>
  • Loading branch information
fabianlim committed Mar 9, 2024
1 parent 4b69e28 commit 1da923e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tuning/config/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,3 @@ class TrainingArguments(transformers.TrainingArguments):
default=False,
metadata={"help": "Packing to be enabled in SFT Trainer, default is False"},
)

def __post_init__(self):
super().__post_init__()

0 comments on commit 1da923e

Please sign in to comment.