MCPcopy
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

workderFunction · 0.95
workerFunction · 0.95
workerFunction · 0.95
workerFunction · 0.95
workerFunction · 0.95
workerFunction · 0.95
workerFunction · 0.95
tuning_configsFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_model_inference_mtpFunction · 0.64
test_model_inferenceFunction · 0.64
test_model_inferenceFunction · 0.64