feat(vllm): support direct aggregate serving - #278
Merged
Conversation
kyleliang-nv
requested review from
alec-flowers,
csahithi,
ishandhanani and
nlevin-ui
as code owners
July 21, 2026 05:49
Signed-off-by: kylliang <kylliang@nvidia.com>
kyleliang-nv
force-pushed
the
kylliang/direct-aggregate-vllm
branch
from
July 21, 2026 05:49
f4fe73f to
e306ff7
Compare
This was referenced Jul 27, 2026
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
frontend.type: vllmfor aggregate jobs that launchvllm servedirectly, without Dynamomainper-node DP behavior for Dynamo while keeping direct vLLM in the standard one-process topologyMotivation
Aggregate vLLM benchmarks do not need Dynamo as an orchestration layer. This provides a native direct-serving path while leaving existing Dynamo aggregate and disaggregated configurations unchanged.
Validation
uv run ruff checkon all changed filesuv run pytest -q tests/test_configs.py tests/test_frontends.py(162 passed)uv run pytest -q(893 passed, 2 skipped, 6 deselected)