Unverified Commit 5779e543 authored by Cola's avatar Cola Committed by GitHub
Browse files

Fix typo (#5734)

parent d1d15d6f
...@@ -575,4 +575,4 @@ class TFTrainer: ...@@ -575,4 +575,4 @@ class TFTrainer:
if not isinstance(self.model, TFPreTrainedModel): if not isinstance(self.model, TFPreTrainedModel):
raise ValueError("Trainer.model appears to not be a PreTrainedModel") raise ValueError("Trainer.model appears to not be a PreTrainedModel")
self.model.save_pretrained(self.args.output_dir) self.model.save_pretrained(output_dir)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment