Skip to content

Commit 40a2f42

Browse files
authored
Remove debug message
1 parent 1faa861 commit 40a2f42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/together/commands/finetune.py

-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def _run_list_events(args: argparse.Namespace) -> None:
291291

292292
def _run_download(args: argparse.Namespace) -> None:
293293
finetune = Finetune(args.endpoint)
294-
print(args.endpoint)
295294
response = finetune.download(args.fine_tune_id, args.output, args.checkpoint_num)
296295
print(response)
297296

0 commit comments

Comments
 (0)