Add Qwen3-Coder-Next contrib model (80B/3B hybrid DeltaNet+MoE)#170
Open
jimburtoft wants to merge 1 commit into
Open
Add Qwen3-Coder-Next contrib model (80B/3B hybrid DeltaNet+MoE)#170jimburtoft wants to merge 1 commit into
jimburtoft wants to merge 1 commit into
Conversation
NxD Inference implementation for Qwen/Qwen3-Coder-Next, a hybrid Gated DeltaNet + GQA + Sparse MoE model (80B total, ~3B active/token). Key features: - Custom NKI kernels for DeltaNet recurrence and d=256 flash attention - Expert Parallelism support (EP=1,2,4,8 validated) - Shared expert EP scaling fix for correct world_group all-reduce - vLLM integration for serving - 77 tok/s at batch=1 on trn2.48xlarge (TP=8) - 100% top-1 accuracy match vs HF CPU reference (14/14 prompts) - Constant TPOT regardless of context length (DeltaNet O(1) generation) Architecture: 48 layers (36 DeltaNet + 12 GQA), 512 experts top-10, head_dim=256, partial RoPE (25%), max context 1024 tokens. Tested on: trn2.48xlarge, SDK 2.30, LNC=2
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
Model Architecture
Performance (trn2.48xlarge, TP=8, batch=1)
Validation
Files Added
Testing Instructions