Skip to content

Commit 00b48b4

Browse files
committed
Fix
1 parent f4c020d commit 00b48b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/cli/api/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def fine_tuning(ctx: click.Context) -> None:
207207
help="HF API token to use to upload a checkpoint to a private repo",
208208
)
209209
@click.option(
210-
"--hf-repo-to-upload",
210+
"--hf-output-repo-name",
211211
type=str,
212212
default=None,
213213
help="HF repo to upload the fine-tuned model to",

0 commit comments

Comments
 (0)