Skip to content

docs: add the Qwen3.8-Flash-Next RL recipe page - #2785

Merged
Zhichenzzz merged 1 commit into
mainfrom
zhichen/docs-qwen3-8-flash-next
Aug 27, 2026
Merged

Zhichenzzz merged 1 commit into
mainfrom
zhichen/docs-qwen3-8-flash-next

Conversation

@Zhichenzzz

Copy link
Copy Markdown
Collaborator

Qwen3.8-Flash-Next is the GDN + QSA hybrid MoE preview of the Qwen4 architecture, not a variant of the dense Qwen3.8-27B, so it gets its own page beside Qwen3-Next rather than a section under Qwen3.8.

The page names the three components that sit outside a stock Megatron layer and the part of the recipe each one forces: hyper-connections in place of the block layernorms, with the hc_head_contraction spec slot they needed in Megatron-LM#89; QSA sparse attention, reimplemented training-side with a Triton forward and backward; and the frozen host-resident PLE table. Then the image, the checkpoint conversion, the launch shapes and the metrics CI gates.

Implementation is #2777, still open, pinned together with its SGLang and Megatron branches in docker.io/radixark/miles:qwen38next.

Qwen3.8-Flash-Next is the GDN + QSA hybrid MoE preview of the Qwen4
architecture, not a variant of the dense Qwen3.8-27B, so it gets its own
page beside Qwen3-Next rather than a section under Qwen3.8.

The page names the three components that sit outside a stock Megatron
layer and the part of the recipe each one forces: hyper-connections in
place of the block layernorms, with the hc_head_contraction spec slot
they needed in Megatron-LM#89; QSA sparse attention, reimplemented
training-side with a Triton forward and backward; and the frozen
host-resident PLE table. Then the image, the checkpoint conversion, the
launch shapes and the metrics CI gates.

Implementation is #2777, still open, pinned together with
its SGLang and Megatron branches in docker.io/radixark/miles:qwen38next.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@Shi-Dong

Copy link
Copy Markdown
Collaborator

@claude review always

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review found no issues

No high-confidence issues detected in this change.

@Zhichenzzz
Zhichenzzz merged commit 8b642a6 into main Aug 27, 2026
26 checks passed
@Zhichenzzz
Zhichenzzz deleted the zhichen/docs-qwen3-8-flash-next branch August 27, 2026 16:56
@Zhichenzzz
Zhichenzzz restored the zhichen/docs-qwen3-8-flash-next branch August 27, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants