We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faa861 commit 40a2f42Copy full SHA for 40a2f42
src/together/commands/finetune.py
@@ -291,7 +291,6 @@ def _run_list_events(args: argparse.Namespace) -> None:
291
292
def _run_download(args: argparse.Namespace) -> None:
293
finetune = Finetune(args.endpoint)
294
- print(args.endpoint)
295
response = finetune.download(args.fine_tune_id, args.output, args.checkpoint_num)
296
print(response)
297
0 commit comments