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
aa5053e3
Unverified
Commit
aa5053e3
authored
Oct 03, 2025
by
Egor
Committed by
GitHub
Oct 03, 2025
Browse files
[Doc] Fixed shape description for fused_batched_moe.py (#25668)
Signed-off-by:
Egor
<
e.a.krivov@gmail.com
>
parent
79aa2446
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/fused_moe/fused_batched_moe.py
vllm/model_executor/layers/fused_moe/fused_batched_moe.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/fused_batched_moe.py
View file @
aa5053e3
...
@@ -355,7 +355,7 @@ def batched_triton_kernel(
...
@@ -355,7 +355,7 @@ def batched_triton_kernel(
def
invoke_moe_batched_triton_kernel
(
def
invoke_moe_batched_triton_kernel
(
A
:
torch
.
Tensor
,
# [E, max_tokens, K]
A
:
torch
.
Tensor
,
# [E, max_tokens, K]
B
:
torch
.
Tensor
,
# [E,
K
,
N
]
B
:
torch
.
Tensor
,
# [E,
N
,
K
]
C
:
torch
.
Tensor
,
# [E, max_tokens, N]
C
:
torch
.
Tensor
,
# [E, max_tokens, N]
expert_num_tokens
:
torch
.
Tensor
,
# [E]
expert_num_tokens
:
torch
.
Tensor
,
# [E]
compute_type
:
tl
.
dtype
,
compute_type
:
tl
.
dtype
,
...
...
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