"test/vscode:/vscode.git/clone" did not exist on "fc78640e00e39520fa7126789d23369d2f104d0c"
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:
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
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>
......
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