Skip to content

Commit 356ddcb

Browse files
fix pre-commit
Signed-off-by: Lucas Wilkinson <[email protected]>
1 parent 4e9e2ce commit 356ddcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/model_executor/layers/fused_moe/deepep_ht_prepare_finalize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def _do_dispatch(
8181
has_scales = token_scales is not None
8282

8383
# We yield before launching the dispatch kernel since the dispatch
84-
# kernel will block the CPU so we want to queue up all the compute for the
85-
# other ubatch before the dispatch kernel starts.
84+
# kernel will block the CPU so we want to queue up all the compute
85+
# for the other ubatch before the dispatch kernel starts.
8686
dbo_yield_and_switch_from_compute_to_comm()
8787

8888
(num_tokens_per_rank, num_tokens_per_rdma_rank,

0 commit comments

Comments
 (0)