Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iosmers committed May 22, 2024
1 parent f1d68f6 commit 533c12d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddlenlp/trainer/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def __init__(
args = TrainingArguments(output_dir=output_dir)

self.args = args
print("self.args:", self.args)
self.is_in_train = False
# self.do_grad_scaling = args.fp16

Expand Down

0 comments on commit 533c12d

Please sign in to comment.