Skip to content

[devops] update torch version of CI#3725

Merged
FrankLeeeee merged 18 commits intohpcaitech:mainfrom
ver217:ci/update-torch
May 15, 2023
Merged

[devops] update torch version of CI#3725
FrankLeeeee merged 18 commits intohpcaitech:mainfrom
ver217:ci/update-torch

Conversation

@ver217
Copy link
Copy Markdown
Contributor

@ver217 ver217 commented May 10, 2023

📌 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

Closes #3724

📝 What does this PR do?

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

  1. Update torch version of unit test CI to 1.12.0
  2. Fix failed tests
  3. Enable lazy init tests
  4. Enable testmon

💥 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.

@ver217 ver217 requested review from FrankLeeeee and oahzxl May 10, 2023 07:03
@ver217 ver217 self-assigned this May 10, 2023
@github-actions
Copy link
Copy Markdown
Contributor

The code coverage for the changed files is 76%.

Click me to view the complete report
Name                                                                                  Stmts   Miss  Cover
---------------------------------------------------------------------------------------------------------
tests/test_analyzer/test_subclasses/test_flop_tensor.py                                  30      4    87%
tests/test_autochunk/test_autochunk_diffuser/test_autochunk_diffuser_utils.py            59     12    80%
tests/test_autochunk/test_autochunk_transformer/test_autochunk_gpt.py                    33     12    64%
tests/test_autochunk/test_autochunk_transformer/test_autochunk_transformer_utils.py      62     48    23%
tests/test_autochunk/test_autochunk_vit/test_autochunk_vit_utils.py                      56     11    80%
tests/test_checkpoint_io/test_low_level_zero_checkpoint_io.py                            40      0   100%
tests/test_checkpoint_io/test_torch_ddp_checkpoint_io.py                                 49      0   100%
tests/test_cluster/test_device_mesh_manager.py                                           17      1    94%
tests/test_fx/test_tracer/test_timm_model/test_timm_model.py                             36     24    33%
tests/test_utils/test_lazy_init/test_distribute.py                                       74      3    96%
tests/test_utils/test_lazy_init/test_models.py                                           13      1    92%
tests/test_utils/test_lazy_init/utils.py                                                 61     13    79%
---------------------------------------------------------------------------------------------------------
TOTAL                                                                                   530    129    76%

@github-actions
Copy link
Copy Markdown
Contributor

The code coverage for the changed files is 76%.

Click me to view the complete report
Name                                                                                  Stmts   Miss  Cover
---------------------------------------------------------------------------------------------------------
tests/test_analyzer/test_subclasses/test_flop_tensor.py                                  30      4    87%
tests/test_autochunk/test_autochunk_diffuser/test_autochunk_diffuser_utils.py            59     12    80%
tests/test_autochunk/test_autochunk_transformer/test_autochunk_gpt.py                    33     12    64%
tests/test_autochunk/test_autochunk_transformer/test_autochunk_transformer_utils.py      62     48    23%
tests/test_autochunk/test_autochunk_vit/test_autochunk_vit_utils.py                      56     11    80%
tests/test_checkpoint_io/test_low_level_zero_checkpoint_io.py                            40      0   100%
tests/test_checkpoint_io/test_torch_ddp_checkpoint_io.py                                 49      0   100%
tests/test_cluster/test_device_mesh_manager.py                                           17      1    94%
tests/test_fx/test_tracer/test_timm_model/test_timm_model.py                             36     24    33%
tests/test_utils/test_lazy_init/test_distribute.py                                       74      3    96%
tests/test_utils/test_lazy_init/test_models.py                                           13      1    92%
tests/test_utils/test_lazy_init/utils.py                                                 61     13    79%
---------------------------------------------------------------------------------------------------------
TOTAL                                                                                   530    129    76%

@github-actions
Copy link
Copy Markdown
Contributor

The code coverage for the changed files is %.

Click me to view the complete report
Name                                                                                  Stmts   Miss  Cover
---------------------------------------------------------------------------------------------------------
tests/test_analyzer/test_subclasses/test_flop_tensor.py                                  30     30     0%
tests/test_autochunk/test_autochunk_diffuser/test_autochunk_diffuser_utils.py            59     12    80%
tests/test_autochunk/test_autochunk_transformer/test_autochunk_transformer_utils.py      62     48    23%
tests/test_autochunk/test_autochunk_vit/test_autochunk_vit_utils.py                      56     11    80%
tests/test_booster/test_plugin/test_torch_fsdp_plugin.py                                 47     25    47%
---------------------------------------------------------------------------------------------------------
TOTAL                                                                                   254    126    50%

@FrankLeeeee FrankLeeeee merged commit afb239b into hpcaitech:main May 15, 2023
@FrankLeeeee FrankLeeeee deleted the ci/update-torch branch May 15, 2023 09:21
FrankLeeeee pushed a commit that referenced this pull request May 24, 2023
* [test] fix flop tensor test

* [test] fix autochunk test

* [test] fix lazyinit test

* [devops] update torch version of CI

* [devops] enable testmon

* [devops] fix ci

* [devops] fix ci

* [test] fix checkpoint io test

* [test] fix cluster test

* [test] fix timm test

* [devops] fix ci

* [devops] fix ci

* [devops] fix ci

* [devops] fix ci

* [devops] force sync to test ci

* [test] skip fsdp test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DevOps testing related to our testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[devops] update pytorch version of CI

3 participants