Skip to content

Commit cad6447

Browse files
committed
fix
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent c169b05 commit cad6447

File tree

1 file changed

+1
-0
lines changed
  • vllm/model_executor/layers/fused_moe

1 file changed

+1
-0
lines changed

vllm/model_executor/layers/fused_moe/layer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def init_prepare_finalize(self, moe: MoEConfig,
274274

275275
handle = all2all_manager.get_handle(all_to_all_args)
276276

277+
logger.debug("PplxPrepareAndFinalize")
277278
prepare_finalize = PplxPrepareAndFinalize(
278279
handle,
279280
max_num_tokens=moe.max_num_tokens,

0 commit comments

Comments
 (0)