Skip to content

Commit 3e06d94

Browse files
author
weijinqian_v1
committed
handle code clean
Signed-off-by: weijinqian_v1 <weijinqian@huawei.com>
1 parent fa6478b commit 3e06d94

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vllm_ascend/ops/moe_dispatcher/token_dispatcher.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@
3434
from vllm_ascend.ops.moe_dispatcher.moe_utils import (
3535
get_capacity, permute, topk_softmax_with_capacity, unpermute)
3636

37-
""" We use the following notation throughout this file:
38-
H: hidden size
39-
B: micro batch size
40-
S: sequence length
41-
TP: tensor model parallel size
42-
EP: expert model parallel size
43-
num_local_tokens: S/TP*B
44-
num_global_tokens: num_local_tokens*TP*EP
45-
"""
46-
4737

4838
class MoeDispatcherConfig:
4939

0 commit comments

Comments
 (0)