Skip to content

Commit cf61fec

Browse files
author
Andrew Briand
committed
Remove unused params
1 parent c21a468 commit cf61fec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vllm/model_executor/layers/quantization/modelopt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,9 +1518,6 @@ def apply(
15181518
topk_ids=packed_tensor,
15191519
top_k=top_k,
15201520
global_num_experts=global_num_experts,
1521-
num_expert_group=num_expert_group,
1522-
topk_group=topk_group,
1523-
custom_routing_function=custom_routing_function,
15241521
)
15251522

15261523
if self.use_marlin:

0 commit comments

Comments
 (0)