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