Add together-volcano and together-kueue skills#49
Open
pahluwalia-tcloud wants to merge 2 commits into
Open
Conversation
Two operational skills for running Kubernetes-native schedulers on Together AI GPU clusters, companions to together-gpu-clusters: - together-volcano: install Volcano, create queues, run all-or-nothing gang-scheduled GPU jobs (vcjobs). Pins Volcano v1.15.0. - together-kueue: install Kueue, define ResourceFlavor/ClusterQueue/ LocalQueue quota, and queue GPU jobs by quota. Pins Kueue v0.18.3. Both are validated end-to-end on a Together Kubernetes GPU cluster. Includes agents/openai.yaml and trigger-eval sets; AGENTS.md, README table, and .cursor-plugin regenerated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Broly Security ScanNote ✅ Clean scan Note Re-scan this PR anytime with
|
Mount a ReadWriteMany shared-volume PVC at /mnt/shared in both sample jobs, matching the cookbooks. Validated on a Together GPU cluster. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two operational agent skills for running Kubernetes-native schedulers on Together AI GPU clusters, as companions to
together-gpu-clusters:together-volcano— install Volcano, create queues, and run all-or-nothing gang-scheduled GPU jobs (vcjobs). Pins Volcano v1.15.0.together-kueue— install Kueue, define ResourceFlavor / ClusterQueue / LocalQueue quota, and queue GPU jobs by quota. Pins Kueue v0.18.3 (APIkueue.x-k8s.io/v1beta2).Each skill includes
agents/openai.yamland aquality/trigger-evals/*.jsonset.AGENTS.md, the README skills table, and.cursor-plugin/plugin.jsonwere regenerated;together-volcanoandtogether-kueuewere added toSKILL_ORDERinscripts/generate_agents.py.Validation
Every command and manifest in both skills was validated end-to-end on a Together Kubernetes GPU cluster (8×H100):
Inqueuewith zero pods (all-or-nothing).Checks:
Companion docs cookbooks: https://docs.together.ai/docs/volcano-on-gpu-clusters and https://docs.together.ai/docs/kueue-on-gpu-clusters.
🤖 Generated with Claude Code