There was an error while loading. Please reload this page.
1 parent 93ff950 commit 1af6122Copy full SHA for 1af6122
1 file changed
src/leap_finetune/trainer.py
@@ -106,7 +106,7 @@ def ray_trainer(job_config: dict) -> None:
106
"[bold green]Training complete![/bold green]\n\n"
107
f"[bold]Checkpoint directory:[/bold] [cyan]{output_dir}[/cyan]\n\n"
108
"Bundle your output checkpoint with [bold]leap-bundle[/bold] to use it in LEAP:\n"
109
- f"[dim]leap-bundle create {output_dir}[/dim]\n\n"
+ f"[dim]leap-bundle create {output_dir}/[CHECKPOINT_NAME][/dim]\n\n"
110
f"Quick Start: [link={quick_start_url}]{quick_start_url}[/link]"
111
)
112
0 commit comments