Remove redundant assignment in xfer_buffers, This is a little fix (#24732)

Signed-off-by: ChenTaoyu-SJTU <ctynb@qq.com>
This commit is contained in:
TaoYu Chen 2025-09-13 16:11:59 +08:00 committed by GitHub
parent cfa3234a5b
commit 15b8fef453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -708,8 +708,6 @@ class NixlConnectorWorker:
caches_data = []
# With hybrid allocator, layers can share a kv cache tensor
seen_base_addresses = []
xfer_buffers = (self.host_xfer_buffers
if self.use_host_buffer else kv_caches)
# Note(tms): I modified this from the original region setup code.
# K and V are now in different regions. Advantage is that we can