(self, *msg)
| 704 | flush=True) |
| 705 | |
| 706 | def tput_log(self, *msg): |
| 707 | if self.global_rank == 0 and self.global_steps % self.steps_per_print() == 0: |
| 708 | print(*msg) |
| 709 | |
| 710 | def _next_batch(self): |
| 711 | # If using 3D parallelism, only some first-stage ranks may do IO |
nothing calls this directly
no test coverage detected