Skip to content

WIP Proposal: Multi-spec Models #468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

nstogner
Copy link
Contributor

Support heterogenous scaling & routing.

Also see issues: #428

# indicates that this spec should be scaled with the previous one.
# TBD: Not sure on the field name yet, this should likely be a followup-feature, not a part
# of the initial implementation.
simultaneousScaleUpGroup: foo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I probably prefer this as a scaleUpStrategy block on the main model spec:

spec:
  scaleUp:
    strategy: fanout
    groups: # ordered list of groups
    - gpu-l4-70b, tpu-v5e-8b
    - cpu-3b

^^ means it would first try fanout for gpu-l4-70b, tpu-v5e-8b, trying to scale up both l4 and v5e at the same time. If both fail then it would try to scale up cpu-3b

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.

2 participants