feat(qwen3.6): add Qwen3.6-35B-A3B-NVFP4 + MTP Atlas recipe#2
Merged
Conversation
Mirrors the qwen3.5-35b-a3b-nvfp4 recipe but uses RedHatAI's NVFP4 quantization of Qwen3.6-35B-A3B (model_type=qwen3_5_moe). MTP K=2 draft head retained from upstream; KV cache stays NVFP4 for the full quant pipeline. Live-validated via `sparkrun benchmark run --profile spark-arena-v2` on a single GB10: 25/28 cells produced clean arena-valid JSON in /workspace/.cache/sparkrun/benchmarks/bench_b9efdca5fa68/. Headline: c=1 d=0 decode = 214.6 tok/s (4.66 ms TPOT), ~4x faster than the same-size Qwen3.6-35B-A3B-FP8 vLLM+MTP path. Co-Authored-By: Azeez Ishaqui <debaterishaqui@gmail.com>
This was referenced May 10, 2026
Closed
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
Adds the Atlas recipe for
RedHatAI/Qwen3.6-35B-A3B-NVFP4with the upstream-bundled MTP K=2 draft head. Mirrors the existingqwen3.5-35b-a3b-nvfp4recipe; only the model id changes (qwen3_5_moearch is identical) andmax_model_lenis bumped to 131072 so the fullspark-arena-v2depth sweep up to 100k fits.Result (live-validated on a single GB10)
sparkrun benchmark run recipes/qwen3.6/qwen3.6-35b-a3b-nvfp4-atlas.yaml --profile spark-arena-v2 --port 8888Reproducibility
Test plan
🤖 Generated with Claude Code