mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-03 08:37:02 +08:00
print out
Signed-off-by: rshaw@neuralmagic.com <robertgshaw2@gmail.com>
This commit is contained in:
parent
491347cbc3
commit
6babd39366
@ -717,6 +717,8 @@ class NixlConnectorWorker:
|
||||
|
||||
# Create dst descs and xfer side handles. TP workers have same #blocks.
|
||||
if engine_id in self.dst_num_blocks:
|
||||
print(f"{self.dst_num_blocks[engine_id]=}")
|
||||
print(f"{nixl_agent_meta.num_blocks=}")
|
||||
assert self.dst_num_blocks[engine_id] == nixl_agent_meta.num_blocks
|
||||
else:
|
||||
self.dst_num_blocks[engine_id] = nixl_agent_meta.num_blocks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user