mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-19 10:34:30 +08:00
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:
parent
cfa3234a5b
commit
15b8fef453
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user