Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
4a62a3eb
Commit
4a62a3eb
authored
Sep 02, 2025
by
zhuwenwen
Browse files
remove topk_ids
parent
58bbb720
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/model_executor/layers/fused_moe/fused_moe.py
vllm/model_executor/layers/fused_moe/fused_moe.py
+0
-5
No files found.
vllm/model_executor/layers/fused_moe/fused_moe.py
View file @
4a62a3eb
...
...
@@ -652,7 +652,6 @@ def invoke_fused_moe_kernel(A: torch.Tensor,
B_scale
:
Optional
[
torch
.
Tensor
],
B_zp
:
Optional
[
torch
.
Tensor
],
topk_weights
:
Optional
[
torch
.
Tensor
],
topk_ids
:
torch
.
Tensor
,
sorted_token_ids
:
torch
.
Tensor
,
expert_ids
:
torch
.
Tensor
,
num_tokens_post_padded
:
torch
.
Tensor
,
...
...
@@ -1690,7 +1689,6 @@ def fused_experts_impl(
w1_scale
,
w1_zp
,
curr_topk_weights
,
curr_topk_ids
,
sorted_token_ids
,
expert_ids
,
num_tokens_post_padded
,
...
...
@@ -1730,7 +1728,6 @@ def fused_experts_impl(
w2_scale
,
w2_zp
,
curr_topk_weights
,
curr_topk_ids
,
sorted_token_ids
,
expert_ids
,
num_tokens_post_padded
,
...
...
@@ -2017,7 +2014,6 @@ class TritonExperts(mk.FusedMoEPermuteExpertsUnpermute):
w1_scale
,
w1_zp
,
None
,
topk_ids
,
sorted_token_ids
,
expert_ids
,
num_tokens_post_padded
,
...
...
@@ -2049,7 +2045,6 @@ class TritonExperts(mk.FusedMoEPermuteExpertsUnpermute):
w2_scale
,
w2_zp
,
None
,
topk_ids
,
sorted_token_ids
,
expert_ids
,
num_tokens_post_padded
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment