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
8154de5a
Unverified
Commit
8154de5a
authored
Mar 25, 2025
by
Xuchun Shang
Committed by
GitHub
Mar 24, 2025
Browse files
[PD] Remove invalid parameter (#4721)
Signed-off-by:
Xuchun Shang
<
xuchun.shang@linux.alibaba.com
>
parent
c11cfda0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/disaggregation/decode.py
python/sglang/srt/disaggregation/decode.py
+1
-1
No files found.
python/sglang/srt/disaggregation/decode.py
View file @
8154de5a
...
@@ -158,7 +158,7 @@ class DecodePreallocQueue:
...
@@ -158,7 +158,7 @@ class DecodePreallocQueue:
preallocated_reqs
=
[]
preallocated_reqs
=
[]
indices_to_remove
=
set
()
indices_to_remove
=
set
()
allocatable_tokens
=
self
.
_allocatable_tokens
(
count_retracted
=
True
)
allocatable_tokens
=
self
.
_allocatable_tokens
()
for
i
,
decode_req
in
enumerate
(
self
.
queue
):
for
i
,
decode_req
in
enumerate
(
self
.
queue
):
if
not
decode_req
.
waiting_for_input
:
if
not
decode_req
.
waiting_for_input
:
...
...
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