Inclusion of nvfp4 blockscale in EPLB Rebalance (#17158)

This commit is contained in:
Shu Wang
2026-01-19 03:45:27 -06:00
committed by GitHub
parent 8916b9d080
commit 5c02217746

View File

@@ -255,7 +255,6 @@ def filter_moe_weight_param_global_expert(name, x, num_local_experts):
"""
return (
not getattr(x, "_sglang_require_global_experts", False)
and not name.endswith("_blockscale_swizzled")
and x.data.ndim > 0
and x.data.shape[0] == num_local_experts
)