-
Notifications
You must be signed in to change notification settings - Fork 228
[codecarbon] integration #14
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove erroneous arg.
…com:12051/ADLR/megatron-lm into main_retriver_merge_dpr
DPR evaluation hangs and Readme See merge request ADLR/megatron-lm!280
Update T5 scripts See merge request ADLR/megatron-lm!279
Changes in Readme (Retriever) See merge request ADLR/megatron-lm!281
Pull in some GitHub PRs See merge request ADLR/megatron-lm!282
Contributor
Author
|
redid in #15 |
stas00
pushed a commit
that referenced
this pull request
Sep 20, 2021
* Checkpoint conversion tools * Fix formatting * 1) Provide args in converted checkpoint 2) Reshape TP and PP degrees * Fix typo * Fix link * Tweak tag * Fix converted TP and PP sizes * For release mode * Update README * Nested embedding dicts Iteration folder latest checkpoint version file
stas00
pushed a commit
that referenced
this pull request
Sep 20, 2021
* Checkpoint conversion tools * Fix formatting * 1) Provide args in converted checkpoint 2) Reshape TP and PP degrees * Fix typo * Fix link * Tweak tag * Fix converted TP and PP sizes * For release mode * Update README * Nested embedding dicts Iteration folder latest checkpoint version file
stas00
added a commit
that referenced
this pull request
Sep 20, 2021
* Checkpoint conversion tools * Fix formatting * 1) Provide args in converted checkpoint 2) Reshape TP and PP degrees * Fix typo * Fix link * Tweak tag * Fix converted TP and PP sizes * For release mode * Update README * Nested embedding dicts Iteration folder latest checkpoint version file Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
ofirpress
pushed a commit
to ofirpress/Megatron-DeepSpeed
that referenced
this pull request
Sep 23, 2021
…shop#109) * Checkpoint conversion tools * Fix formatting * 1) Provide args in converted checkpoint 2) Reshape TP and PP degrees * Fix typo * Fix link * Tweak tag * Fix converted TP and PP sizes * For release mode * Update README * Nested embedding dicts Iteration folder latest checkpoint version file Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
SaulLu
added a commit
to SaulLu/Megatron-DeepSpeed
that referenced
this pull request
Sep 24, 2021
…nce-workshop#109)" This reverts commit 8599444.
adammoody
pushed a commit
to adammoody/Megatron-DeepSpeed
that referenced
this pull request
Dec 20, 2021
* Checkpoint conversion tools * Fix formatting * 1) Provide args in converted checkpoint 2) Reshape TP and PP degrees * Fix typo * Fix link * Tweak tag * Fix converted TP and PP sizes * For release mode * Update README * Nested embedding dicts Iteration folder latest checkpoint version file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR plugs in https://github.com/mlco2/codecarbon/ via:
it currently starts but doesn't quite save the results since Meg calls
sys.exitin different places.So some other graceful write on shutdown mechanism is needed.