"vscode:/vscode.git/clone" did not exist on "e288df0632d5bdde76c20bed8310b46d35b8e5ac"
Commit d251d4f3 authored by zhuwenwen's avatar zhuwenwen
Browse files

update moe_align_block_size

parent c0bdac11
...@@ -234,7 +234,7 @@ def moe_align_block_size( ...@@ -234,7 +234,7 @@ def moe_align_block_size(
if envs.VLLM_USE_LIGHT_OP: if envs.VLLM_USE_LIGHT_OP:
op.moe_align_block_size(topk_ids, num_experts, block_size, sorted_ids, 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: else:
ops.moe_align_block_size(topk_ids, num_experts, block_size, sorted_ids, ops.moe_align_block_size(topk_ids, num_experts, block_size, sorted_ids,
expert_ids, num_tokens_post_pad) 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