Skip to content

Commit c2ad102

Browse files
committed
docs: explain identity enables result replication
1 parent 6550bf9 commit c2ad102

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/srtctl/cli/submit.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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:[/]")

0 commit comments

Comments
 (0)