"vscode:/vscode.git/clone" did not exist on "baece8c3d26484b918fa123c884e6ea81237b661"
Unverified Commit 15b8fef4 authored by TaoYu Chen's avatar TaoYu Chen Committed by GitHub
Browse files

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


Signed-off-by: default avatarChenTaoyu-SJTU <ctynb@qq.com>
parent cfa3234a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment