Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
15b8fef4
Unverified
Commit
15b8fef4
authored
Sep 13, 2025
by
TaoYu Chen
Committed by
GitHub
Sep 13, 2025
Browse files
Remove redundant assignment in xfer_buffers, This is a little fix (#24732)
Signed-off-by:
ChenTaoyu-SJTU
<
ctynb@qq.com
>
parent
cfa3234a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
...distributed/kv_transfer/kv_connector/v1/nixl_connector.py
+0
-2
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
View file @
15b8fef4
...
@@ -708,8 +708,6 @@ class NixlConnectorWorker:
...
@@ -708,8 +708,6 @@ class NixlConnectorWorker:
caches_data
=
[]
caches_data
=
[]
# With hybrid allocator, layers can share a kv cache tensor
# With hybrid allocator, layers can share a kv cache tensor
seen_base_addresses
=
[]
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.
# Note(tms): I modified this from the original region setup code.
# K and V are now in different regions. Advantage is that we can
# K and V are now in different regions. Advantage is that we can
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment