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
e04340bf
"tests/vscode:/vscode.git/clone" did not exist on "3a063f5976781ed30c1c36b65fe837d63e76b94e"
Unverified
Commit
e04340bf
authored
Oct 24, 2025
by
fzyzcjy
Committed by
GitHub
Oct 24, 2025
Browse files
Fix multi processing serializer bug (#11958)
parent
84701338
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/utils/common.py
python/sglang/srt/utils/common.py
+1
-1
No files found.
python/sglang/srt/utils/common.py
View file @
e04340bf
...
@@ -2080,7 +2080,7 @@ class MultiprocessingSerializer:
...
@@ -2080,7 +2080,7 @@ class MultiprocessingSerializer:
if
output_str
:
if
output_str
:
# Convert bytes to base64-encoded string
# Convert bytes to base64-encoded string
pybase64
.
b64encode
(
output
).
decode
(
"utf-8"
)
output
=
pybase64
.
b64encode
(
output
).
decode
(
"utf-8"
)
return
output
return
output
...
...
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