Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
orangetin authored Jul 1, 2023
1 parent 1faa861 commit 40a2f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/together/commands/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ def _run_list_events(args: argparse.Namespace) -> None:

def _run_download(args: argparse.Namespace) -> None:
finetune = Finetune(args.endpoint)
print(args.endpoint)
response = finetune.download(args.fine_tune_id, args.output, args.checkpoint_num)
print(response)

Expand Down

0 comments on commit 40a2f42

Please sign in to comment.