Skip to content
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

[Fix] Add GPG keys in CI #1532

Merged
merged 4 commits into from
Apr 29, 2022
Merged

[Fix] Add GPG keys in CI #1532

merged 4 commits into from
Apr 29, 2022

Conversation

MeowZheng
Copy link
Collaborator

@MeowZheng MeowZheng commented Apr 29, 2022

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

CI Installation is broken.
related pr open-mmlab/mmocr#988

Modification

Add libgl1-mesa-glx in system dependencies

BC-breaking (Optional)

Does the modification introduce changes that break the backward-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMDet3D.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

@MeowZheng MeowZheng requested a review from Junjun2016 April 29, 2022 05:55
@MeowZheng MeowZheng changed the title [Fix] Fix system dependencies in CI [Fix] Add GPG keys in CI Apr 29, 2022
@codecov
Copy link

codecov bot commented Apr 29, 2022

Codecov Report

Merging #1532 (5ebf12a) into master (62c3a7d) will increase coverage by 0.10%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1532      +/-   ##
==========================================
+ Coverage   90.30%   90.40%   +0.10%     
==========================================
  Files         140      141       +1     
  Lines        8345     8443      +98     
  Branches     1403     1423      +20     
==========================================
+ Hits         7536     7633      +97     
- Misses        571      572       +1     
  Partials      238      238              
Flag Coverage Δ
unittests 90.40% <ø> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/core/__init__.py 100.00% <0.00%> (ø)
mmseg/core/utils/__init__.py 100.00% <0.00%> (ø)
mmseg/models/backbones/__init__.py 100.00% <0.00%> (ø)
mmseg/core/layer_decay_optimizer_constructor.py
...eg/core/utils/layer_decay_optimizer_constructor.py
...re/optimizers/layer_decay_optimizer_constructor.py 96.11% <0.00%> (ø)
mmseg/models/backbones/mae.py 91.83% <0.00%> (ø)
mmseg/core/optimizers/__init__.py 100.00% <0.00%> (ø)
mmseg/models/backbones/beit.py 93.12% <0.00%> (+1.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62c3a7d...5ebf12a. Read the comment docs.

@MeowZheng MeowZheng merged commit 44b9c6f into open-mmlab:master Apr 29, 2022
@MeowZheng MeowZheng deleted the ci-fix branch April 29, 2022 06:20
ZhimingNJ pushed a commit to AetrexTechnology/mmsegmentation that referenced this pull request Jun 29, 2022
* [Fix] Fix system dependencies in CI

* del pt1.5

* add gpg keys

* add pt1.5
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* make attn slice recursive

* remove set_attention_slice from blocks

* fix copies

* make enable_attention_slicing base class method of DiffusionPipeline

* fix set_attention_slice

* fix set_attention_slice

* fix copies

* add tests

* up

* up

* up

* update

* up

* uP

Co-authored-by: Patrick von Platen <[email protected]>
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