Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
2b7417bf
Unverified
Commit
2b7417bf
authored
Sep 20, 2025
by
dmitrygx
Committed by
GitHub
Sep 20, 2025
Browse files
fix(disagg): fix sending KV cache in case of MLA for NIXL backend (#10673)
parent
f1116495
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/disaggregation/nixl/conn.py
python/sglang/srt/disaggregation/nixl/conn.py
+1
-1
No files found.
python/sglang/srt/disaggregation/nixl/conn.py
View file @
2b7417bf
...
...
@@ -547,7 +547,7 @@ class NixlKVManager(CommonKVManager):
notif
=
"_"
.
join
([
str
(
req
.
room
),
"kv"
,
str
(
chunk_id
),
str
(
int
(
is_last
))])
decode_tp_size
=
self
.
decode_kv_args_table
[
req
.
agent_name
].
decode_tp_size
if
decode_tp_size
==
self
.
attn_tp_size
:
if
self
.
is_mla_backend
or
(
decode_tp_size
==
self
.
attn_tp_size
)
:
kv_xfer_handle
=
self
.
send_kvcache
(
req
.
agent_name
,
kv_indices
,
...
...
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