Skip to content

fix Qwen3.5 BF16 packed_modules_mapping#1

Open
ningding01 wants to merge 9 commits into
wanzhenchn:feat/qwen3.5-sgl-plugin-finalfrom
ningding01:feat/qwen3.5-sgl-plugin-final-bf16-fix
Open

fix Qwen3.5 BF16 packed_modules_mapping#1
ningding01 wants to merge 9 commits into
wanzhenchn:feat/qwen3.5-sgl-plugin-finalfrom
ningding01:feat/qwen3.5-sgl-plugin-final-bf16-fix

Conversation

@ningding01
Copy link
Copy Markdown

Summary

Fix a BF16-specific weight loading issue in the Qwen3.5 SGLang plugin.

The plugin did not adapt packed_modules_mapping for the BF16 fused GDN layout
and instead reused the default split mapping used by non-BF16 / FP8 paths. As a
result, BF16 checkpoint shards could be routed to the wrong parameters, leaving
some GDN input projection weights unloaded and causing garbled generation output.

@wanzhenchn wanzhenchn force-pushed the feat/qwen3.5-sgl-plugin-final branch 8 times, most recently from ddf304b to 2f5f006 Compare April 29, 2026 03:28
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