We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc821b9 commit 4b2438bCopy full SHA for 4b2438b
lightllm/server/router/model_infer/model_rpc.py
@@ -210,7 +210,7 @@ def _init_env(
210
# 注册graceful 退出的处理
211
graceful_registry(inspect.currentframe().f_code.co_name)
212
setproctitle.setproctitle(
213
- f"lightllm::{get_unique_server_name()}::model_infer:MODE{args.run_mode}_RANK{rank}_RANK_IN_NODE{rank_in_node}"
+ f"lightllm::{get_unique_server_name()}::model_infer:RANK{rank}"
214
)
215
start_parent_check_thread()
216
0 commit comments