Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InternLM/lmdeploy
/ join
Method
join
lmdeploy/pytorch/engine/executor/mp_executor.py:494–497 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
492
self._proc.terminate()
493
494
def
join(self):
495
if
self._proc is None:
496
return
497
self._proc.join()
498
499
def
_main_loop(
500
self,
Callers
15
readme
Function · 0.80
get_version
Function · 0.80
parse_line
Function · 0.80
gen_packages_items
Function · 0.80
__init__
Method · 0.80
_convert_tokens_to_string_with_added_encoders
Method · 0.80
tab_row
Method · 0.80
close
Method · 0.80
log_response
Method · 0.80
_format_none_text_fields
Method · 0.80
encode_base64
Method · 0.80
proc_messages
Method · 0.80
Calls
no outgoing calls
Tested by
15
cli_case_config
Function · 0.64
common_case_config
Function · 0.64
shared_ray_manager
Function · 0.64
quantization_all
Function · 0.64
quantization_w8a8
Function · 0.64
test_repeat
Function · 0.64
_run_ray_distributed_test
Function · 0.64
_run_proxy_distributed_test
Function · 0.64
run_eval_test
Function · 0.64
run_eval_test
Function · 0.64
_run_proxy_distributed_mllm_test
Function · 0.64
run_case_in_spawn
Function · 0.64