Skip to content

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