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
6d403089
Unverified
Commit
6d403089
authored
Sep 12, 2025
by
ybyang
Committed by
GitHub
Sep 12, 2025
Browse files
Revert add mainprocess's proctitle (#10351)
parent
24dc2bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
python/sglang/srt/entrypoints/http_server.py
python/sglang/srt/entrypoints/http_server.py
+0
-2
No files found.
python/sglang/srt/entrypoints/http_server.py
View file @
6d403089
...
...
@@ -1157,7 +1157,6 @@ def launch_server(
2. Inter-process communication is done through IPC (each process uses a different port) via the ZMQ library.
"""
if
server_args
.
tokenizer_worker_num
>
1
:
setproctitle
.
setproctitle
(
f
"sglang::http_server/multi_tokenizer_router"
)
port_args
=
PortArgs
.
init_new
(
server_args
)
port_args
.
tokenizer_worker_ipc_name
=
(
f
"ipc://
{
tempfile
.
NamedTemporaryFile
(
delete
=
False
).
name
}
"
...
...
@@ -1166,7 +1165,6 @@ def launch_server(
server_args
=
server_args
,
port_args
=
port_args
)
else
:
setproctitle
.
setproctitle
(
f
"sglang::http_server/tokenizer_manager"
)
tokenizer_manager
,
template_manager
,
scheduler_info
=
_launch_subprocesses
(
server_args
=
server_args
,
)
...
...
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