Skip to content

More dynamic node_selector use - #104

Open
jondurbin wants to merge 5 commits into
mainfrom
enhanced-node-selector
Open

More dynamic node_selector use#104
jondurbin wants to merge 5 commits into
mainfrom
enhanced-node-selector

Conversation

@jondurbin

@jondurbin jondurbin commented Mar 10, 2026

Copy link
Copy Markdown
Collaborator

Update to use node_selector directly instead of gpu_count/supported_gpus, and allow node_selector to be a list of dicts to allow varying configs instead of just count + types.

example:
node_selector=[{"gpu_count": 1, "supported_gpus": ["h200"]}, {"gpu_count": 2, "supported_gpus": ["h100"]}]

so we can do different gpu counts for different models to have more dynamic selection of nodes.

…pus, and allow node_selector to be a list of dicts to allow varying configs instead of just count + types.
@jondurbin jondurbin changed the title Update to use node_selector directly instead of gpu_count/supported_gpus, and allow node_selector to be a list of dicts to allow varying configs instead of just count + types. More dynamic node_selector use Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant