Skip to content

[sync] sync develop to main#4025

Merged
FrankLeeeee merged 10 commits intomainfrom
develop
Jun 19, 2023
Merged

[sync] sync develop to main#4025
FrankLeeeee merged 10 commits intomainfrom
develop

Conversation

@FrankLeeeee
Copy link
Copy Markdown
Contributor

📌 Checklist before creating the PR

  • I have created an issue for this PR for traceability
  • The title follows the standard format: [doc/gemini/tensor/...]: A concise description
  • I have added relevant tags if possible for us to better distinguish different PRs

🚨 Issue number

Link this PR to your issue with words like fixed to automatically close the linked issue upon merge

e.g. fixed #1234, closed #1234, resolved #1234

N/A, this is a sync PR.

📝 What does this PR do?

Summarize your work here.
if you have any plots/diagrams/screenshots/tables, please attach them here.

This PR syncs the develop branch to main.

💥 Checklist before requesting a review

  • I have linked my PR to an issue (instruction)
  • My issue clearly describes the problem/feature/proposal, with diagrams/charts/table/code if possible
  • I have performed a self-review of my code
  • I have added thorough tests.
  • I have added docstrings for all the functions/methods I implemented

⭐️ Do you enjoy contributing to Colossal-AI?

  • 🌝 Yes, I do.
  • 🌚 No, I don't.

Tell us more if you don't enjoy contributing to Colossal-AI.

@github-actions
Copy link
Copy Markdown
Contributor

The code coverage for the changed files is 87%.

Click me to view the complete report
Name                                                                  Stmts   Miss  Cover
-----------------------------------------------------------------------------------------
colossalai/booster/booster.py                                            64     10    84%
colossalai/booster/mixed_precision/fp16_torch.py                         46      2    96%
colossalai/booster/mixed_precision/mixed_precision_base.py                9      1    89%
colossalai/booster/plugin/gemini_plugin.py                              110      9    92%
colossalai/booster/plugin/low_level_zero_plugin.py                       94      8    91%
colossalai/booster/plugin/plugin_base.py                                 40     10    75%
colossalai/booster/plugin/torch_ddp_plugin.py                            66      3    95%
colossalai/booster/plugin/torch_fsdp_plugin.py                           97     13    87%
colossalai/checkpoint_io/checkpoint_io_base.py                           66      9    86%
colossalai/checkpoint_io/general_checkpoint_io.py                       105      8    92%
colossalai/checkpoint_io/index_file.py                                   70     17    76%
colossalai/checkpoint_io/utils.py                                       243     43    82%
colossalai/zero/gemini/gemini_ddp.py                                    402     67    83%
tests/test_autochunk/test_autochunk_diffuser/test_autochunk_unet.py      36     10    72%
tests/test_checkpoint_io/test_general_checkpoint_io.py                  108      0   100%
tests/test_checkpoint_io/test_torch_ddp_checkpoint_io.py                 55      0   100%
-----------------------------------------------------------------------------------------
TOTAL                                                                  1611    210    87%

@FrankLeeeee FrankLeeeee merged commit ca768eb into main Jun 19, 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.

3 participants