Skip to content

feat: Support Qwen3.5/Qwen3.6 models convert - #118

Merged
chaokunyang merged 4 commits into
inclusionAI:mainfrom
sitabulaixizawaluduo:feat/qwen3-5-weight-update
Aug 20, 2026
Merged

feat: Support Qwen3.5/Qwen3.6 models convert#118
chaokunyang merged 4 commits into
inclusionAI:mainfrom
sitabulaixizawaluduo:feat/qwen3-5-weight-update

Conversation

@sitabulaixizawaluduo

Copy link
Copy Markdown
Contributor

What does this PR do?

This PR adds AWEX weight-update support for Qwen3.5 and Qwen3.6 Dense, MoE, and multimodal models.

It reuses the existing Qwen3/Qwen3-VL infrastructure while adding support for hybrid Gated DeltaNet attention, gated QKV layouts, vision weights, and TP/PP/EP sharding. It also filters frozen MTP weights and normalizes training/inference parameter names for SGLang compatibility.

Qwen3.6 shares the same public architecture contract as Qwen3.5, so both are supported through the same implementation.

Validation

  • Added Dense, MoE, VLM, sharding, namespace, and MTP-filtering tests
  • Ruff checks passed
  • 100 passed

Related issues

Does this PR introduce any user-facing change?

  • Does this PR introduce any public API change?
  • Does this PR introduce any binary protocol compatibility change?

@chaokunyang chaokunyang left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@chaokunyang
chaokunyang merged commit 4e19c60 into inclusionAI:main Aug 20, 2026
3 checks passed
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.

2 participants