Runnable YAML manifests and configs for Verda Instant Cluster tutorials.
Each subdirectory pairs with a tutorial on docs.verda.com. The tutorials cover why and how; this repo holds the long-form YAMLs so they stay readable and easy to copy without cluttering the prose.
| Directory | Tutorial |
|---|---|
kueue-skypilot/ |
Gang-scheduled Multi-node Training with SkyPilot + Kueue — multi-node TorchTitan run on B300, gang-scheduled via Kueue. |
dynamo/ |
Deploying NVIDIA Dynamo on a Kubernetes Instant Cluster — disaggregated LLM inference with auto-profiling. |
The tutorials reference these files by raw URL:
curl -O https://raw.githubusercontent.com/datacrunch-research/instant-cluster-examples/main/<dir>/<file>.yaml
# edit the fields called out in the tutorial / subdirectory README
kubectl apply -f <file>.yaml # or: sky launch -y <file>.yamlEach subdirectory has its own README.md listing fields to edit before applying.
PRs welcome — especially additional examples (other model backends, smaller GPU SKUs, alternative schedulers). Keep examples minimal and runnable; prose belongs in the docs.
MIT — see LICENSE.