MCPcopy
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

readmeFunction · 0.80
get_versionFunction · 0.80
parse_lineFunction · 0.80
gen_packages_itemsFunction · 0.80
__init__Method · 0.80
tab_rowMethod · 0.80
closeMethod · 0.80
log_responseMethod · 0.80
encode_base64Method · 0.80
proc_messagesMethod · 0.80

Calls

no outgoing calls

Tested by 15

cli_case_configFunction · 0.64
common_case_configFunction · 0.64
shared_ray_managerFunction · 0.64
quantization_allFunction · 0.64
quantization_w8a8Function · 0.64
test_repeatFunction · 0.64
run_eval_testFunction · 0.64
run_eval_testFunction · 0.64
run_case_in_spawnFunction · 0.64