Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ModelTC/LightLLM
/ start
Method
start
lightllm/utils/watchdog_utils.py:14–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
self.running = True
13
14
def
start(self):
15
self.thread = threading.Thread(target=self.run, daemon=True)
16
self.thread.start()
17
18
def
run(self):
19
while
self.running:
Callers
15
workder
Function · 0.95
worker
Function · 0.95
worker
Function · 0.95
worker
Function · 0.95
worker
Function · 0.95
worker
Function · 0.95
worker
Function · 0.95
start_parent_check_thread
Function · 0.80
fix_repopulate_pool_static
Function · 0.80
tuning_configs
Function · 0.80
_start_shm_size_warning_thread
Function · 0.80
start_submodule_processes
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_model_inference_mtp
Function · 0.64
test_model_inference
Function · 0.64
test_model_inference
Function · 0.64
test_locking_and_unlocking
Function · 0.64
test_multiple_processes_locking
Function · 0.64