Skip to content

Commit ea3ecbf

Browse files
committed
comment
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent d5d2950 commit ea3ecbf

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
@@ -426,7 +426,7 @@ def apply(
426426
w2=layer.w2_weight,
427427
topk_weights=topk_weights,
428428
topk_ids=topk_ids,
429-
inplace=True,
429+
inplace=True, # TODO(bnell): make sure this is handled properly
430430
activation=activation,
431431
global_num_experts=global_num_experts,
432432
apply_router_weight_on_input=apply_router_weight_on_input,

0 commit comments

Comments
 (0)