Commit 0c060491 authored by zhuwenwen's avatar zhuwenwen
Browse files

update topk_softmax

parent 03cdc9be
...@@ -1234,7 +1234,7 @@ def vllm_topk_softmax(topk_weights: torch.Tensor, topk_indices: torch.Tensor, ...@@ -1234,7 +1234,7 @@ def vllm_topk_softmax(topk_weights: torch.Tensor, topk_indices: torch.Tensor,
topk_indices, topk_indices,
token_expert_indices, token_expert_indices,
gating_output, gating_output,
Is_renormalize = True, True,
) )
else: else:
ops.topk_softmax( ops.topk_softmax(
......
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