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

[Bugfix] Add missing 'is_internal_router' attribute to FusedMoEWithLoRA (#27351)


Signed-off-by: default avatarJee Jee Li <pandaleefree@gmail.com>
parent 980de31c
......@@ -405,3 +405,7 @@ class FusedMoEWithLoRA(BaseLayerWithLoRA):
@property
def quant_method(self):
return self.base_layer.quant_method
@property
def is_internal_router(self) -> bool:
return self.base_layer.is_internal_router
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