(rank, world_size, port, args)
| 192 | |
| 193 | |
| 194 | def inference(rank, world_size, port, args): |
| 195 | colossalai.launch(rank=rank, world_size=world_size, host="localhost", port=port, backend="nccl") |
| 196 | benchmark_inference(args) |
| 197 | |
| 198 | |
| 199 | @rerun_if_address_is_in_use() |
nothing calls this directly
no test coverage detected
searching dependent graphs…