feat(dynamo): add dynamo extra, local example, and fix renderers version constraint - #3213
Draft
samsja wants to merge 1 commit into
Draft
feat(dynamo): add dynamo extra, local example, and fix renderers version constraint#3213samsja wants to merge 1 commit into
samsja wants to merge 1 commit into
Conversation
samsja
force-pushed
the
feat/dynamo-local-example
branch
from
August 7, 2026 02:19
38460e6 to
33852ec
Compare
Add [dynamo] optional extra (ai-dynamo + ai-dynamo-runtime from PyPI) with pydantic and renderers overrides so uv lock resolves cleanly. Add examples/dynamo/local/ with a minimal rl.toml + README for running 4-step GRPO with a real Dynamo stack on 2 GPUs.
samsja
force-pushed
the
feat/dynamo-local-example
branch
from
August 7, 2026 17:05
33852ec to
269d2ca
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.
Stacked on #3062.
Changes
[dynamo]optional extra —uv sync --extra dynamoinstallsai-dynamo+ai-dynamo-runtimefrom PyPI. Apydantic>=2.13.4override keeps pydantic from being downgraded.examples/dynamo/local/— minimalrl.toml+ README for a 2-GPU local smoke test with a real Dynamo stack (etcd + vLLM fork + sidecar + frontend).Renderers version fix — loosen
renderers>=0.1.9.dev10to>=0.1.8.dev10in prime-rl-configs and verifiers to match the actual submodule version, souv lockresolves with the new extra.Validated
4/4 GRPO steps completed on 2x RTX PRO 6000 with Qwen3-0.6B / GSM8K through real Dynamo discovery + NCCL weight broadcast.