Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates upstream mgmn metric table creation and ensures no collision of metrics #503

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

terrykong
Copy link
Contributor

Follow up of #496

changes:

  1. upstream MGMN metrics for pax and t5x were being combined so that if t5x finishes first, then paxml will print both t5x and paxml metrics. This is fixed by changing the artifact prefix so that t5x only prints t5x metrics and pax only prints pax metrics.
  2. Updates the metric printing to the same as Fix rosetta pax result tables and cleaned up some dead code paths #496 to show everything in a markdown table instead of a bunch of json files which was difficult to visually inspect

@terrykong terrykong requested a review from hemildesai January 31, 2024 00:40
@terrykong terrykong marked this pull request as ready for review January 31, 2024 00:40
@terrykong terrykong merged commit 6e4c401 into main Jan 31, 2024
111 of 112 checks passed
@terrykong terrykong deleted the table-dependency branch January 31, 2024 06:03
ashors1 pushed a commit that referenced this pull request Feb 3, 2024
…of metrics (#503)

Follow up of #496 

## changes:
1. upstream MGMN metrics for pax and t5x were being combined so that if
t5x finishes first, then paxml will print both t5x and paxml metrics.
This is fixed by changing the artifact prefix so that t5x only prints
t5x metrics and pax only prints pax metrics.
2. Updates the metric printing to the same as #496 to show everything in
a markdown table instead of a bunch of json files which was difficult to
visually inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants