feat(domino): add Qwen3.5-4B managed-local NPU disaggregated recipe - #726
Open
curnane-lab wants to merge 1 commit into
Open
feat(domino): add Qwen3.5-4B managed-local NPU disaggregated recipe#726curnane-lab wants to merge 1 commit into
curnane-lab wants to merge 1 commit into
Conversation
curnane-lab
requested review from
FlamingoPg,
FrankLeeeee,
shuaills and
sleepcoo
as code owners
July 28, 2026 08:40
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
curnane-lab
marked this pull request as draft
July 28, 2026 08:41
curnane-lab
marked this pull request as ready for review
August 10, 2026 11:16
curnane-lab
force-pushed
the
domino_npu_disaggregated
branch
from
August 10, 2026 11:29
05946fd to
4f6fa57
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.
Motivation
Add a Qwen3.5-4B Domino recipe for the managed-local disaggregated stack on Ascend NPU, mirroring the DFlash recipe from #722.
Modifications
examples/configs/qwen3.5-4b-domino-disaggregated-npu.yaml: single-node managed-local recipe (Mooncake + capture server on device 0 + 14-rank trainer on devices 2-15; 8-card fallback in comments). Training params follow the validated Domino NPU recipe (num_anchors: 16,lambda_base_start/decay_ratio: 1, sdpa).examples/README.md: register the recipe.tests/test_config: golden launch-topology / feature-reachability registration for the new recipe.Related Issues
Follow-up to #722 (merged): the branch is current main + the recipe commit alone.
Accuracy Test
NA (no model-side code modified)
Benchmark & Profiling
NA
Checklist