[Reproducer] Align MoRI-IO message format with P2pNcclConnector and vllm-router#4
Draft
simondanielsson wants to merge 26 commits into
Draft
[Reproducer] Align MoRI-IO message format with P2pNcclConnector and vllm-router#4simondanielsson wants to merge 26 commits into
simondanielsson wants to merge 26 commits into
Conversation
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com>
057fced to
364441f
Compare
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com>
simondanielsson
commented
Apr 10, 2026
| app.config["RESPONSE_TIMEOUT"] = 360000 | ||
|
|
||
| app.run(host="0.0.0.0", port=10001) | ||
| app.run(host="0.0.0.0", port=_http_port) |
Collaborator
Author
There was a problem hiding this comment.
For simplicity of the reproducer script we allow passing in the ports as env vars, to avoid relaunching the P/D instances
simondanielsson
commented
Apr 10, 2026
| unzip \ | ||
| wget \ | ||
| && rm -rf /var/lib/apt/lists/* | ||
|
|
Collaborator
Author
There was a problem hiding this comment.
Required to make MoRI work with broadcom NICs
This was referenced Apr 11, 2026
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com>
…skii/vllm into reproducer/moriio-sane-defaults
…skii/vllm into reproducer/moriio-sane-defaults
simondanielsson
commented
Apr 22, 2026
| --name moriio-router \ | ||
| --network host \ | ||
| "${_ACTIVE_ROUTER_IMAGE}" \ | ||
| vllm-router \ |
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.
This branch contains reproducers that validate that the MoRI-IO connector can be used in conjunction with vllm-router, after merging the following PRs:
Read through the README added in this RR to replicate the results.
See benchmark results here.
supported_models.mdandexamplesfor a new model.