Unverified Commit 2fc9d8e9 authored by Quentin Gallouédec's avatar Quentin Gallouédec Committed by GitHub
Browse files

Fix doc typo in `TrainingArguments` (#31503)

parent 2d482028
...@@ -2742,7 +2742,7 @@ class TrainingArguments: ...@@ -2742,7 +2742,7 @@ class TrainingArguments:
Calling this method will set `self.push_to_hub` to `True`, which means the `output_dir` will begin a git Calling this method will set `self.push_to_hub` to `True`, which means the `output_dir` will begin a git
directory synced with the repo (determined by `model_id`) and the content will be pushed each time a save is directory synced with the repo (determined by `model_id`) and the content will be pushed each time a save is
triggered (depending on`self.save_strategy`). Calling [`~Trainer.save_model`] will also trigger a push. triggered (depending on your `self.save_strategy`). Calling [`~Trainer.save_model`] will also trigger a push.
</Tip> </Tip>
......
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