Skip to content

Commit 2f9cf3c

Browse files
Arsh ZahedArsh Zahed
authored andcommitted
Add shortcuts for download
1 parent 3f904c3 commit 2f9cf3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/together/cli/api/finetune.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,13 +423,15 @@ def list_checkpoints(ctx: click.Context, fine_tune_id: str) -> None:
423423
@click.argument("fine_tune_id", type=str, required=True)
424424
@click.option(
425425
"--output_dir",
426+
"-o",
426427
type=click.Path(exists=True, file_okay=False, resolve_path=True),
427428
required=False,
428429
default=None,
429430
help="Output directory",
430431
)
431432
@click.option(
432433
"--checkpoint-step",
434+
"-s",
433435
type=int,
434436
required=False,
435437
default=None,

0 commit comments

Comments
 (0)