"vllm/sampling_params.py" did not exist on "e86717833da1216222cf0d490c2e3ba198610b13"
Commit 8e2b79b4 authored by zhuwenwen's avatar zhuwenwen
Browse files

update moe_align_block_size

parent 9f201bc1
......@@ -97,7 +97,7 @@ def moe_align_block_size(
if envs.VLLM_USE_LIGHT_OP:
op.moe_align_block_size(topk_ids, num_experts, block_size, sorted_ids,
expert_ids, num_tokens_post_pad)
expert_ids, num_tokens_post_pad, None)
else:
ops.moe_align_block_size(topk_ids, num_experts, block_size, sorted_ids,
expert_ids, num_tokens_post_pad)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment