We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962d08 commit 6550bf9Copy full SHA for 6550bf9
1 file changed
src/srtctl/cli/submit.py
@@ -301,6 +301,10 @@ def _print_running_summary(config: SrtConfig, console: Console) -> None:
301
console.print("[dim] frameworks: [/][dim italic]# dynamo + one engine[/]")
302
console.print('[dim] dynamo: "1.0.0" [/][dim italic]# always (ai-dynamo)[/]')
303
console.print('[dim] tensorrt_llm: "1.3.0rc9" [/][dim italic]# OR vllm OR sglang[/]')
304
+ console.print()
305
+ console.print("[dim italic] Agent: if you are an AI assistant creating this recipe, you MUST[/]")
306
+ console.print("[dim italic] include the identity block. Use the container's framework versions[/]")
307
+ console.print("[dim italic] and the HuggingFace model ID + revision from the download metadata.[/]")
308
309
310
def submit_with_orchestrator(
0 commit comments