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
8da608cc
"...text-generation-inference.git" did not exist on "d5bc6a20bd70c5fa861e5450787998b20204bc47"
Unverified
Commit
8da608cc
authored
Oct 27, 2025
by
gongwei-130
Committed by
GitHub
Oct 27, 2025
Browse files
fix: AttributeError: 'NixlKVManager' object has no attribute 'prefill_tp_size_table' (#12234)
parent
9fc3e8aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/sglang/srt/disaggregation/nixl/conn.py
python/sglang/srt/disaggregation/nixl/conn.py
+2
-2
No files found.
python/sglang/srt/disaggregation/nixl/conn.py
View file @
8da608cc
...
@@ -231,8 +231,8 @@ class NixlKVManager(CommonKVManager):
...
@@ -231,8 +231,8 @@ class NixlKVManager(CommonKVManager):
]
]
for
k
in
keys_to_remove
:
for
k
in
keys_to_remove
:
del
self
.
connection_pool
[
k
]
del
self
.
connection_pool
[
k
]
if
failed_bootstrap_addr
in
self
.
prefill_tp_size_table
:
if
failed_bootstrap_addr
in
self
.
prefill_
attn_
tp_size_table
:
del
self
.
prefill_tp_size_table
[
failed_bootstrap_addr
]
del
self
.
prefill_
attn_
tp_size_table
[
failed_bootstrap_addr
]
if
failed_bootstrap_addr
in
self
.
prefill_dp_size_table
:
if
failed_bootstrap_addr
in
self
.
prefill_dp_size_table
:
del
self
.
prefill_dp_size_table
[
failed_bootstrap_addr
]
del
self
.
prefill_dp_size_table
[
failed_bootstrap_addr
]
if
failed_bootstrap_addr
in
self
.
prefill_pp_size_table
:
if
failed_bootstrap_addr
in
self
.
prefill_pp_size_table
:
...
...
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