We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c020d commit 00b48b4Copy full SHA for 00b48b4
src/together/cli/api/finetune.py
@@ -207,7 +207,7 @@ def fine_tuning(ctx: click.Context) -> None:
207
help="HF API token to use to upload a checkpoint to a private repo",
208
)
209
@click.option(
210
- "--hf-repo-to-upload",
+ "--hf-output-repo-name",
211
type=str,
212
default=None,
213
help="HF repo to upload the fine-tuned model to",
0 commit comments