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
befa41a1
Unverified
Commit
befa41a1
authored
Nov 05, 2025
by
Liangsheng Yin
Committed by
GitHub
Nov 05, 2025
Browse files
Fix `output_ids` inconsistency (#12628)
parent
30b26ee9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/managers/detokenizer_manager.py
python/sglang/srt/managers/detokenizer_manager.py
+1
-1
No files found.
python/sglang/srt/managers/detokenizer_manager.py
View file @
befa41a1
...
@@ -253,7 +253,7 @@ class DetokenizerManager(MultiHttpWorkerDetokenizerMixin):
...
@@ -253,7 +253,7 @@ class DetokenizerManager(MultiHttpWorkerDetokenizerMixin):
http_worker_ipcs
=
recv_obj
.
http_worker_ipcs
,
http_worker_ipcs
=
recv_obj
.
http_worker_ipcs
,
finished_reasons
=
recv_obj
.
finished_reasons
,
finished_reasons
=
recv_obj
.
finished_reasons
,
output_strs
=
output_strs
,
output_strs
=
output_strs
,
output_ids
=
recv_obj
.
decode
_ids
,
output_ids
=
recv_obj
.
output
_ids
,
prompt_tokens
=
recv_obj
.
prompt_tokens
,
prompt_tokens
=
recv_obj
.
prompt_tokens
,
completion_tokens
=
recv_obj
.
completion_tokens
,
completion_tokens
=
recv_obj
.
completion_tokens
,
cached_tokens
=
recv_obj
.
cached_tokens
,
cached_tokens
=
recv_obj
.
cached_tokens
,
...
...
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