Skip to content

Commit 5b96d01

Browse files
committed
debugging
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 364ccde commit 5b96d01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vllm/model_executor/layers/fused_moe/pplx_garden_prepare_finalize.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,12 @@ def _receiver(
264264
expert_num_tokens=expert_num_tokens, expert_num_tokens_cpu=None
265265
)
266266

267+
logger.debug("PPLX_GARDEN receive X %s", expert_x.shape)
267268
logger.debug(
268-
"PPLX_GARDEN receive %s, %s, %s",
269-
expert_x.shape,
270-
expert_x_scale.shape,
271-
expert_tokens_meta,
269+
"PPLX_GARDEN receive X_SCALE %s",
270+
expert_x_scale.shape if expert_x_scale is not None else None,
272271
)
272+
logger.debug("PPLX_GARDEN receive META %s", expert_tokens_meta)
273273

274274
return expert_x, expert_x_scale, expert_tokens_meta, None, None
275275

0 commit comments

Comments
 (0)