Skip to content

Support multi-node distributed serving (head/worker) #48

Description

@spron-in

Problem. Models that don't fit on a single node (beyond tensor parallelism) require KServe's multi-node head/worker layout, which the provider doesn't expose.

Impact. Largest models can't be served through the Instance API without hand-writing the full LLMInferenceService.

Current workaround. Inline config / baseRefs only.

Upstream. WorkloadSpec.Worker (presence triggers a distributed multi-node deployment; controller wires head/worker discovery).

Scope. A structured worker-group field (worker count + per-worker resources) on llmEngine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

llmIssues related to LLM Inference Service

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions