We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856d385 commit 474381bCopy full SHA for 474381b
vllm/model_executor/layers/fused_moe/layer.py
@@ -324,7 +324,7 @@ def __init__(
324
fused_experts: FusedMoEModularKernel,
325
):
326
super().__init__(old_moe_method.moe)
327
- # Find better way to copy attributes
+ # Find better way to copy attributes?
328
# self.__dict__.update(old_moe_method.__dict__)
329
330
self.moe_quant_config = old_moe_method.moe_quant_config
0 commit comments