Skip to content

Commit 474381b

Browse files
committed
comment
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 856d385 commit 474381b

File tree

1 file changed

+1
-1
lines changed
  • vllm/model_executor/layers/fused_moe

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def __init__(
324324
fused_experts: FusedMoEModularKernel,
325325
):
326326
super().__init__(old_moe_method.moe)
327-
# Find better way to copy attributes
327+
# Find better way to copy attributes?
328328
# self.__dict__.update(old_moe_method.__dict__)
329329

330330
self.moe_quant_config = old_moe_method.moe_quant_config

0 commit comments

Comments
 (0)