Refacter - #3
Merged
Merged
Conversation
nokiaMS
temporarily deployed
to
external_collaborator
July 6, 2026 02:22 — with
GitHub Actions
Inactive
nokiaMS
had a problem deploying
to
external_collaborator
July 6, 2026 02:22 — with
GitHub Actions
Failure
| @@ -12,28 +12,28 @@ | |||
| import yaml | |||
| from sglang.srt.disaggregation.utils import FAKE_BOOTSTRAP_HOST | |||
|
|
|||
| import dynamo.sglang._compat as sglang_compat | |||
| import dingo.sglang._compat as sglang_compat | |||
| from dynamo.sglang._disagg import SGLANG_WORKER_GROUP_ID_KEY, get_sglang_worker_group_id | ||
| from dynamo.sglang.publisher import ( | ||
| import dingo.sglang._disagg as disagg_mod | ||
| import dingo.sglang.publisher as publisher_mod |
| import dynamo.sglang.publisher as publisher_mod | ||
| from dynamo.sglang._disagg import SGLANG_WORKER_GROUP_ID_KEY, get_sglang_worker_group_id | ||
| from dynamo.sglang.publisher import ( | ||
| import dingo.sglang._disagg as disagg_mod |
| @@ -235,7 +235,7 @@ | |||
|
|
|||
| @pytest.fixture | |||
| def vllm_processor_module(monkeypatch): | |||
| import dynamo.frontend.vllm_processor as module | |||
| import dingo.frontend.vllm_processor as module | |||
| import dynamo.frontend.sglang_processor as sglang_processor_module | ||
| from dynamo.frontend.sglang_prepost import ( | ||
| import dingo.frontend.sglang_prepost as sglang_prepost_module | ||
| import dingo.frontend.sglang_processor as sglang_processor_module |
| import dynamo.frontend.sglang_prepost as sglang_prepost_module | ||
| import dynamo.frontend.sglang_processor as sglang_processor_module | ||
| from dynamo.frontend.sglang_prepost import ( | ||
| import dingo.frontend.sglang_prepost as sglang_prepost_module |
githubgxll
merged commit Jul 6, 2026
fd58e70
into
githubgxll:DingoRouter-base
10 of 20 checks passed
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.
Uh oh!
There was an error while loading. Please reload this page.