Skip to content

Commit

Permalink
fix missing tb logs
Browse files Browse the repository at this point in the history
ghstack-source-id: ac3501485faa093c8b9daacca9917805e2a987b7
Pull Request resolved: pytorch#389
  • Loading branch information
tianyu-l committed Jun 10, 2024
1 parent 1ff2a8a commit 32a9cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchtitan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def get_metrics_rank(world_mesh: DeviceMesh, parallel_dims: ParallelDims) -> int
else:
metrics_log_rank = 0

return metrics_log_rank


def set_pg_timeouts(timeout, world_mesh):
"""
Expand Down

0 comments on commit 32a9cef

Please sign in to comment.