mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-01 07:01:50 +08:00
[V1][NixlConnector] Drop num_blocks check (#19532)
Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
parent
c742438f8b
commit
1129e2b1ab
@ -703,8 +703,6 @@ class NixlConnectorWorker:
|
||||
assert self.block_size == remote_block_size, "Remote P worker with " \
|
||||
"different block size is not supported"
|
||||
|
||||
assert self.num_blocks >= nixl_agent_meta.num_blocks
|
||||
|
||||
# Create dst descs and xfer side handles. TP workers have same #blocks.
|
||||
if engine_id in self.dst_num_blocks:
|
||||
assert self.dst_num_blocks[engine_id] == nixl_agent_meta.num_blocks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user