Skip to content

[Branch Update] Update metainfo patch branch#2517

Merged
Cypher30 merged 215 commits intodev/gpt2_metainfo_patchfrom
main
Jan 27, 2023
Merged

[Branch Update] Update metainfo patch branch#2517
Cypher30 merged 215 commits intodev/gpt2_metainfo_patchfrom
main

Conversation

@Cypher30
Copy link
Copy Markdown
Contributor

It's a PR to keep this branch updated with the main branch.

feifeibear and others added 27 commits January 16, 2023 15:17
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
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
@Cypher30 Cypher30 merged commit 7a58dc5 into dev/gpt2_metainfo_patch Jan 27, 2023
@github-actions
Copy link
Copy Markdown
Contributor

Your pre-commit check failed, follow the steps to run pre-commit on your file for code style consistency.

  1. install pre-commit via "pip install pre-commit"
  2. install pre-commit hooks via "pre-commit install"
  3. run pre-commit on file with format error via "pre-commit run --files path" by replacing "path" with the actual file path
  4. commit and push to your branch

View your job at https://github.com/hpcaitech/ColossalAI/actions/runs/4020827651.
Read our "CONTRIBUTING.md" for more reference to the code style.

@Cypher30 Cypher30 changed the title Update metainfo patch branch [Branch Update] Update metainfo patch branch Jan 27, 2023
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.