Skip to content

Commit 4718a2d

Browse files
committed
pplx cleanup
Signed-off-by: Sage Moore <[email protected]>
1 parent aebacdc commit 4718a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/pplx_prepare_finalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,4 @@ def finalize(
253253
indices=topk_ids.view(dtype=torch.uint32),
254254
weights=topk_weights,
255255
expert_y=fused_expert_output,
256-
bound_m=bound_m)
256+
bound_m=bound_m)

0 commit comments

Comments
 (0)