feat(lora): add Python resolver plugins for vLLM - #15032
Draft
biswapanda wants to merge 4 commits into
Draft
biswapanda wants to merge 4 commits into
biswapanda wants to merge 4 commits into
Conversation
biswapanda
force-pushed
the
bis/dis-2937-python-runtime-lora-plugin
branch
from
September 18, 2026 14:25
4478343 to
70ad616
Compare
Contributor
Signed-off-by: Biswa Panda <biswa.panda@gmail.com>
Signed-off-by: Biswa Panda <biswa.panda@gmail.com>
Signed-off-by: Biswa Panda <biswa.panda@gmail.com>
Signed-off-by: Biswa Panda <biswa.panda@gmail.com>
biswapanda
force-pushed
the
bis/dis-2937-implement-pluggable-request-time-lora-resolution
branch
from
September 18, 2026 16:34
36a2730 to
019ac0f
Compare
biswapanda
force-pushed
the
bis/dis-2937-python-runtime-lora-plugin
branch
from
September 18, 2026 16:35
d9cdae0 to
4f6ba6d
Compare
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
DYN_LORA_DOWNLOADER_PLUGIN.Stack
bis/dis-2937-implement-pluggable-request-time-lora-resolution.Supported scope
Validation
pre-commit run --all-files— passedcargo test -p dynamo-llm --no-default-features --lib lora -- --nocapture— 184 passedcargo clippy -p dynamo-llm --no-default-features --all-targets -- -D warningscargo fmt --all -- --checkgit diff --check origin/main...HEADGPU end-to-end
Ran Dynamo frontend → Rust opaque request parsing/routing → worker resolver plugin → snapshot validation → dynamic vLLM GPU load → generation with Qwen3-0.6B and a rank-64 Qwen3 adapter. The following cases passed:
Qwen/Qwen3-0.6B|wandb-artifact:///team/project/qwen3-accuracy:v1chat request.wandb-artifact:///team/project/qwen3-accuracy:v1request with one canonical base./v1/completionscached repeat; resolver invocation count remained one.evil:///xreturned HTTP 400./v1/lorasreporteddyn-lora-f202aaf30cad5c6f70d5fa735d5bd592, and worker logs confirmed all adapter requests used that loaded key.The E2E used the cached
vllm/vllm-openai:v0.28.0image and a local offline resolver that implements the W&B-shaped URI contract by atomically materializing the cached adapter. This validates the plugin boundary and real GPU adapter loading without W&B credentials or network access. The branch currently pins vLLM 0.29, so an exact pinned-image CI run remains desirable.Remaining draft gates
Review
Related issues