Skip to content

Commit 2428aa1

Browse files
committed
tweak comment
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 5ec1086 commit 2428aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/modular_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def workspace_shapes(
510510
511511
Inputs:
512512
- M_chunk: current number of tokens due to chunking, otherwise same as
513-
M_full.
513+
M_full, generally used for intermediate workspace shapes.
514514
- M_full: full number of tokens, generally used to compute output shape.
515515
- N: Row (or column) dimension of expert weights.
516516
- K: hidden dimension

0 commit comments

Comments
 (0)