feat(rollout): add VllmSamplerAdapter with Raiden weight sync support - #2012
Merged
Conversation
SurbhiJainUSC
requested review from
abheesht17,
hgao327,
jiangyangmu,
lc5211,
s-noghabi,
sizhit2,
tianshub and
wang2yn84
as code owners
August 27, 2026 19:43
wang2yn84
reviewed
Aug 28, 2026
khatwanimohit
force-pushed
the
feat/vllm-sampler-adapter
branch
from
August 31, 2026 15:52
88698e9 to
e317910
Compare
khatwanimohit
force-pushed
the
feat/vllm-sampler-adapter
branch
from
August 31, 2026 17:22
e317910 to
11a2c5f
Compare
tianshub
reviewed
Aug 31, 2026
khatwanimohit
force-pushed
the
feat/vllm-sampler-adapter
branch
from
August 31, 2026 20:49
20bac7f to
6e4e701
Compare
khatwanimohit
force-pushed
the
feat/vllm-sampler-adapter
branch
from
August 31, 2026 21:06
6e4e701 to
06e0682
Compare
wang2yn84
reviewed
Aug 31, 2026
khatwanimohit
had a problem deploying
to
testing
August 31, 2026 22:41 — with
GitHub Actions
Failure
wang2yn84
approved these changes
Sep 1, 2026
Resolve RLVllmSampler via importlib so static analyzers do not follow the optional tpu-inference dependency. Match the in-process adapter's bind_weight_sync/get_weight_sync_metadata signatures and return the bind result, and drop the lazy initialize() in start().
khatwanimohit
temporarily deployed
to
testing
September 1, 2026 03:13 — with
GitHub Actions
Inactive
khatwanimohit
temporarily deployed
to
testing
September 1, 2026 03:13 — with
GitHub Actions
Inactive
khatwanimohit
temporarily deployed
to
testing
September 1, 2026 03:13 — with
GitHub Actions
Inactive
khatwanimohit
temporarily deployed
to
testing
September 1, 2026 03:13 — with
GitHub Actions
Inactive
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
Adds
VllmSamplerAdapterto integrate vLLM/TPU inference backends into Tunix distributed RL with native Raiden weight synchronization support.Key Changes
Checklist