[Bugfix] Fix AttributeError: 'Stream' object has no attribute 'dp_size' (#31663)

Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
This commit is contained in:
Jee Jee Li
2026-01-05 10:31:31 +08:00
committed by GitHub
parent f2b6dfd237
commit f099cd557a

View File

@@ -130,7 +130,6 @@ class FusedMoEWithLoRA(BaseLayerWithLoRA):
prepare_finalize, self.base_layer
),
self.base_layer.shared_experts,
getattr(self.base_layer, "shared_experts_stream", None),
)
if quant_config.use_mxfp4_w4a16:
assert isinstance(