mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-25 07:15:01 +08:00
[Bugfix] Add missing 'is_internal_router' attribute to FusedMoEWithLoRA (#27351)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
This commit is contained in:
parent
980de31ca0
commit
9771e0b432
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user