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

QoL: Limit top-level trainer logging messages such as saving model or resuming model training to main coordinator process #3718

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

arnavgarg1
Copy link
Contributor

Otherwise these statements get logged for each of the worker processes which makes the logs unnecessarily noisy. They should really just come from the coordinator process / local rank 0.

@arnavgarg1 arnavgarg1 changed the title QoL: Gate trainer logging messages to coordinator process QoL: Limit top-level trainer logging messages such as saving model or resuming model to main coordinator process Oct 11, 2023
@github-actions
Copy link

Unit Test Results

  6 files    6 suites   21m 16s ⏱️
12 tests   9 ✔️   3 💤 0
60 runs  42 ✔️ 18 💤 0

Results for commit f2ddebf.

@arnavgarg1 arnavgarg1 changed the title QoL: Limit top-level trainer logging messages such as saving model or resuming model to main coordinator process QoL: Limit top-level trainer logging messages such as saving model or resuming model training to main coordinator process Oct 12, 2023
@arnavgarg1 arnavgarg1 merged commit fd91478 into master Oct 12, 2023
16 of 17 checks passed
@arnavgarg1 arnavgarg1 deleted the qol-training branch October 12, 2023 05:22
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