Unverified Commit f099cd55 authored by Jee Jee Li's avatar Jee Jee Li Committed by GitHub
Browse files

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


Signed-off-by: default avatarJee Jee Li <pandaleefree@gmail.com>
parent f2b6dfd2
...@@ -130,7 +130,6 @@ class FusedMoEWithLoRA(BaseLayerWithLoRA): ...@@ -130,7 +130,6 @@ class FusedMoEWithLoRA(BaseLayerWithLoRA):
prepare_finalize, self.base_layer prepare_finalize, self.base_layer
), ),
self.base_layer.shared_experts, self.base_layer.shared_experts,
getattr(self.base_layer, "shared_experts_stream", None),
) )
if quant_config.use_mxfp4_w4a16: if quant_config.use_mxfp4_w4a16:
assert isinstance( assert isinstance(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment