Skip to content

Commit

Permalink
move alumni
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 8, 2022
1 parent 894456f commit f9a8fd7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @borda @otaj @akihironitta @ethanwharris @awaelchli
* @borda @akihironitta @ethanwharris @awaelchli

# owners
/.github/CODEOWNERS @borda @ethanwharris
# main
/README.md @borda @otaj
/README.md @borda
# installation
/setup.py @borda @ethanwharris

# CI/CD
/.github/workflows/ @borda @ethanwharris @otaj @akihironitta
/.github/*.yml @borda @ethanwharris @otaj @akihironitta
/.azure/ @borda @ethanwharris @otaj @akihironitta
/*.yml @borda @ethanwharris @otaj @akihironitta
/.github/workflows/ @borda @ethanwharris @akihironitta
/.github/*.yml @borda @ethanwharris @akihironitta
/.azure/ @borda @ethanwharris @akihironitta
/*.yml @borda @ethanwharris @akihironitta

# Docs
/docs/ @edenlightning @borda
Expand Down
2 changes: 1 addition & 1 deletion docs/source/governance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Core Maintainers
----------------
- William Falcon (`williamFalcon <https://github.com/williamFalcon>`_) (Lightning founder)
- Jirka Borovec (`Borda <https://github.com/Borda>`_)
- Ota Jašek (`otaj <https://github.com/otaj>`_)
- Akihiro Nitta (`akihironitta <https://github.com/akihironitta>`_)

Core Contributors
Expand All @@ -20,4 +19,5 @@ Alumni
------
- Ananya Harsh Jha (`ananyahjha93 <https://github.com/ananyahjha93>`_)
- Annika Brundyn (`annikabrundyn <https://github.com/annikabrundyn>`_)
- Ota Jašek (`otaj <https://github.com/otaj>`_)
- Teddy Koker (`teddykoker <https://github.com/teddykoker>`_)
2 changes: 1 addition & 1 deletion tests/models/gans/integration/test_gans.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_gan(tmpdir, datadir, catch_warnings, dm_cls):
fast_dev_run=True,
log_every_n_steps=1,
accelerator="auto",
# TODO @otaj: We need to be able to support multiple GPUs in such a simple scenario.
# TODO: We need to be able to support multiple GPUs in such a simple scenario.
# But, DDP is throwing ugly errors at me at the moment
devices=1,
)
Expand Down

0 comments on commit f9a8fd7

Please sign in to comment.