[Branch Update] Update metainfo patch branch#2517
Merged
Cypher30 merged 215 commits intodev/gpt2_metainfo_patchfrom Jan 27, 2023
Merged
[Branch Update] Update metainfo patch branch#2517Cypher30 merged 215 commits intodev/gpt2_metainfo_patchfrom
Cypher30 merged 215 commits intodev/gpt2_metainfo_patchfrom
Conversation
support full evoformer tracer, which is a main module of alphafold. previously we just support a simplifed version of it. 1. support some evoformer's op in fx 2. support evoformer test 3. add repos for test code
* [fx] allow control of ckpt_codegen init Currently in ColoGraphModule, ActivationCheckpointCodeGen will be set automatically in __init__. But other codegen can't be set if so. So I add an arg to control whether to set ActivationCheckpointCodeGen in __init__. * code style
[example] check dreambooth example gradient accmulation must be 1
This reverts commit 7d5640b.
Co-authored-by: Ziyue Jiang <ziyue.jiang@gmail.com>
* [utils] lazy init. * [utils] remove description. * [utils] complete. * [utils] finalize. * [utils] fix names.
* [zero] add strict ddp mode * [polish] add comments for strict ddp mode * [zero] fix test error
Contributor
|
Your pre-commit check failed, follow the steps to run pre-commit on your file for code style consistency.
View your job at https://github.com/hpcaitech/ColossalAI/actions/runs/4020827651. |
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
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.
It's a PR to keep this branch updated with the main branch.