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
2d401bd9
Unverified
Commit
2d401bd9
authored
Aug 02, 2025
by
萝卜菜
Committed by
GitHub
Aug 02, 2025
Browse files
[fix] fix pd disagg error of vlms (#8094)
parent
b17c5b01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/disaggregation/decode_schedule_batch_mixin.py
.../sglang/srt/disaggregation/decode_schedule_batch_mixin.py
+1
-0
No files found.
python/sglang/srt/disaggregation/decode_schedule_batch_mixin.py
View file @
2d401bd9
...
@@ -88,6 +88,7 @@ class ScheduleBatchDisaggregationDecodeMixin:
...
@@ -88,6 +88,7 @@ class ScheduleBatchDisaggregationDecodeMixin:
self
.
extend_lens
=
[
r
.
extend_input_len
for
r
in
reqs
]
self
.
extend_lens
=
[
r
.
extend_input_len
for
r
in
reqs
]
self
.
extend_logprob_start_lens
=
[
r
.
extend_logprob_start_len
for
r
in
reqs
]
self
.
extend_logprob_start_lens
=
[
r
.
extend_logprob_start_len
for
r
in
reqs
]
self
.
extend_input_logprob_token_ids
=
extend_input_logprob_token_ids
self
.
extend_input_logprob_token_ids
=
extend_input_logprob_token_ids
self
.
multimodal_inputs
=
[
r
.
multimodal_inputs
for
r
in
reqs
]
# Build sampling info
# Build sampling info
self
.
sampling_info
=
SamplingBatchInfo
.
from_schedule_batch
(
self
.
sampling_info
=
SamplingBatchInfo
.
from_schedule_batch
(
...
...
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