(rank, world_size, port)
| 90 | |
| 91 | |
| 92 | def 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…