Examples#
Worked examples of runpod-deploy job configs. Each example lives in its
own subdirectory of examples/. Links below open the example
directory on GitHub.
forensics/— Forensic scripts. Pre-built shell scripts for common post-run queries. Each is short enough to copy-paste-adapt for a consumer repo; they exist here as runnable references rather than as a library to vendor.hello/— Hello example. The smallest valid runpod-deploy config. Intended for first-time consumers right afterpip install runpod-deploywho want to verify the CLI works without registering an SSH key, creating a RunPod account, or installingrunpodctl.post_transformers/— (no README.md; see the contained*.yamlfor the config.)prompt-injection-sdd/— (no README.md; see the contained*.yamlfor the config.)prompt-injection-v3/— (no README.md; see the contained*.yamlfor the config.)research-kb/— (no README.md; see the contained*.yamlfor the config.)smoke/— smoke. Minimal end-to-end deploy check. Provisions an RTX A4000/A4500/A100 (whichever is in stock) inEU-RO-1, mounts the existingpid-workspace-100gbnetwork volume, rsyncs a one-line payload, runsnvidia-smi, pulls the output, and stops…v0_5_canonical/— v0.5 canonical sweep example.canonical_sweep_pinned.yamlis a realistic sweep config exercising every v0.4 + v0.5 feature in one place. Copy-paste into your own repo as a starting point for a paper-grade canonical evaluation.