MCPcopy
hub / github.com/hpcaitech/ColossalAI / run_dist

Function run_dist

tests/test_infer/test_request_handler.py:92–95  ·  view source on GitHub ↗
(rank, world_size, port)

Source from the content-addressed store, hash-verified

90
91
92def run_dist(rank, world_size, port):
93 colossalai.launch(rank=rank, world_size=world_size, port=port, host="localhost")
94 check_running_list()
95 check_request_handler()
96
97
98@pytest.mark.dist

Callers

nothing calls this directly

Calls 2

check_running_listFunction · 0.85
check_request_handlerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…