Install and use the Volcano batch scheduler on a Together AI Kubernetes GPU cluster for gang scheduling. Covers installing Volcano, creating queues, submitting all-or-nothing gang-scheduled jobs (vcjobs), and verifying placement. Reach for it when a job on a Together cluster needs its pods scheduled all-at-once or not at all, such as distributed multi-node training, rather than per-pod best-effort scheduling. Pins Volcano v1.15.0.
$npx -y skills add togethercomputer/skills --skill together-volcanoInstalls into the current project.
Run `npx skills use "https://github.com/togethercomputer/skills" --skill "togethercomputer/skills/together-volcano"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/togethercomputer/skills" that are relevant to the current task. Run `npx skills add "https://github.com/togethercomputer/skills"` and select the relevant skills, then follow their instructions.