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
1ee95841
Unverified
Commit
1ee95841
authored
Feb 05, 2026
by
zackyoray
Committed by
GitHub
Feb 05, 2026
Browse files
[Bugfix] Fix swapped engine_ids in NIXL Llama 4 local attention path (#33795)
Signed-off-by:
Yoray Zack
<
yorayz@nvidia.com
>
parent
7d8c6804
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
...distributed/kv_transfer/kv_connector/v1/nixl_connector.py
+3
-3
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
View file @
1ee95841
...
@@ -2323,15 +2323,15 @@ class NixlConnectorWorker:
...
@@ -2323,15 +2323,15 @@ class NixlConnectorWorker:
# Get descs ids for the layer.
# Get descs ids for the layer.
layer_local_desc_ids
=
self
.
_get_block_descs_ids
(
layer_local_desc_ids
=
self
.
_get_block_descs_ids
(
dst_
engine_id
,
self
.
engine_id
,
layer_local_block_ids
,
layer_local_block_ids
,
layer_idx
,
layer_idx
,
block_size_ratio
=
block_size_ratio
,
)
)
layer_remote_desc_ids
=
self
.
_get_block_descs_ids
(
layer_remote_desc_ids
=
self
.
_get_block_descs_ids
(
self
.
engine_id
,
dst_
engine_id
,
layer_remote_block_ids
,
layer_remote_block_ids
,
layer_idx
,
layer_idx
,
block_size_ratio
=
block_size_ratio
,
)
)
local_descs_list
.
append
(
layer_local_desc_ids
)
local_descs_list
.
append
(
layer_local_desc_ids
)
...
...
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