File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -290,9 +290,12 @@ def _print_running_summary(config: SrtConfig, console: Console) -> None:
290290 console .print (f" Identity: { ', ' .join (id_fields )} " )
291291 else :
292292 console .print ()
293- console .print ("[yellow]Tip:[/] Add an [bold]identity:[/] block to your recipe for runtime verification." )
294- console .print ("[yellow] At job start, srtctl checks that what's inside the container" )
295- console .print ("[yellow] matches what you declared. Mismatches produce warnings.[/]" )
293+ console .print (
294+ "[yellow]Tip:[/] Add an [bold]identity:[/] block to your recipe so others can replicate your results."
295+ )
296+ console .print ("[yellow] Without it, someone reading this recipe can't tell which exact model[/]" )
297+ console .print ("[yellow] weights or framework versions produced the benchmark numbers.[/]" )
298+ console .print ("[yellow] At job start, srtctl verifies the runtime matches your declaration.[/]" )
296299 console .print ()
297300 console .print ("[dim] identity:[/]" )
298301 console .print ("[dim] model:[/]" )
You can’t perform that action at this time.
0 commit comments