mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-09-09 05:47: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
|
@property
|
||||||
def quant_method(self):
|
def quant_method(self):
|
||||||
return self.base_layer.quant_method
|
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