Skip to content

Commit 0fd1576

Browse files
committed
Wording
1 parent 00b48b4 commit 0fd1576

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
@@ -204,7 +204,7 @@ def fine_tuning(ctx: click.Context) -> None:
204204
"--hf-api-token",
205205
type=str,
206206
default=None,
207-
help="HF API token to use to upload a checkpoint to a private repo",
207+
help="HF API token to use for uploading a checkpoint to a private repo",
208208
)
209209
@click.option(
210210
"--hf-output-repo-name",

0 commit comments

Comments
 (0)