Skip to content

datacrunch-research/instant-cluster-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

instant-cluster-examples

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.

Tutorials

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.

Usage pattern

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>.yaml

Each subdirectory has its own README.md listing fields to edit before applying.

Contributing

PRs welcome — especially additional examples (other model backends, smaller GPU SKUs, alternative schedulers). Keep examples minimal and runnable; prose belongs in the docs.

License

MIT — see LICENSE.

About

Runnable YAML manifests and configs for Verda Instant Cluster tutorials

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors