2020-10-21 22:46:20 +00:00
|
|
|
# This is a comment.
|
|
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
|
|
|
|
# These owners will be the default owners for everything in
|
|
|
|
# the repo. Unless a later match takes precedence,
|
|
|
|
# @global-owner1 and @global-owner2 will be requested for
|
|
|
|
# review when someone opens a pull request.
|
2022-11-07 14:49:40 +00:00
|
|
|
* @williamfalcon @borda @tchaton @awaelchli
|
2020-10-28 17:25:36 +00:00
|
|
|
|
2021-01-28 09:49:21 +00:00
|
|
|
# CI/CD and configs
|
2022-11-09 15:37:01 +00:00
|
|
|
/.actions/ @borda @carmocca @akihironitta
|
2022-11-07 14:49:40 +00:00
|
|
|
/.github/ @borda @carmocca @akihironitta
|
|
|
|
/.azure/ @borda @carmocca @akihironitta
|
|
|
|
/dockers/ @borda @carmocca @akihironitta
|
|
|
|
*.yml @borda @carmocca @akihironitta
|
2020-12-03 17:48:40 +00:00
|
|
|
|
|
|
|
# Docs
|
2022-11-07 14:49:40 +00:00
|
|
|
/docs/ @edenlightning @tchaton @borda @awaelchli @RobertLaurella
|
2022-07-02 19:08:29 +00:00
|
|
|
/.github/*.md @edenlightning @williamfalcon @borda
|
2022-09-29 14:17:05 +00:00
|
|
|
/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton @awaelchli
|
2022-07-02 19:08:29 +00:00
|
|
|
/docs/source-pytorch/conf.py @borda @awaelchli @carmocca
|
|
|
|
/docs/source-pytorch/index.rst @williamfalcon
|
|
|
|
/docs/source-pytorch/levels @williamfalcon @RobertLaurella
|
|
|
|
/docs/source-pytorch/expertise_levels @williamfalcon @RobertLaurella
|
2022-09-29 14:17:05 +00:00
|
|
|
/docs/source-app/ @williamfalcon @RobertLaurella @tchaton @awaelchli
|
2022-07-02 19:08:29 +00:00
|
|
|
/docs/source-app/conf.py @borda @awaelchli @carmocca
|
|
|
|
/docs/source-app/index.rst @williamfalcon
|
2022-09-29 14:17:05 +00:00
|
|
|
/docs/source-app/expertise_levels @williamfalcon @RobertLaurella
|
2021-01-28 09:49:21 +00:00
|
|
|
|
2022-09-29 14:17:05 +00:00
|
|
|
# PyTorch Lightning
|
2022-11-08 14:08:28 +00:00
|
|
|
/src/pytorch_lightning @williamfalcon @awaelchli @carmocca @justusschock
|
2022-11-07 14:49:40 +00:00
|
|
|
/tests/tests_pytorch @awaelchli @carmocca @justusschock
|
2021-01-28 09:49:21 +00:00
|
|
|
|
2022-09-29 14:17:05 +00:00
|
|
|
# Core APIs
|
|
|
|
/src/pytorch_lightning/callbacks/callback.py @williamfalcon @awaelchli @carmocca
|
|
|
|
/src/pytorch_lightning/core/datamodule.py @williamFalcon @awaelchli @carmocca
|
|
|
|
/src/pytorch_lightning/trainer/trainer.py @williamfalcon @tchaton @awaelchli @carmocca
|
|
|
|
/src/pytorch_lightning/core/hooks.py @williamfalcon @tchaton @awaelchli @carmocca
|
|
|
|
/src/pytorch_lightning/core/module.py @williamfalcon @tchaton @awaelchli @carmocca
|
|
|
|
|
|
|
|
# Lightning Lite
|
|
|
|
/src/lightning_lite @awaelchli @carmocca @justusschock
|
|
|
|
/tests/tests_lite @awaelchli @carmocca @justusschock
|
|
|
|
|
|
|
|
# Lightning App
|
2022-11-10 18:39:40 +00:00
|
|
|
/src/lightning_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
|
|
|
/tests/tests_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
2022-11-22 19:04:29 +00:00
|
|
|
/tests/tests_examples_app @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
2022-11-10 18:39:40 +00:00
|
|
|
/examples/app_* @tchaton @lantiga @awaelchli @hhsecond @ethanwharris
|
2021-02-09 21:30:14 +00:00
|
|
|
|
2022-08-10 15:25:44 +00:00
|
|
|
/.github/CODEOWNERS @williamfalcon
|
|
|
|
/SECURITY.md @williamfalcon
|
|
|
|
/README.md @williamfalcon @edenlightning @borda
|
|
|
|
/setup.py @williamfalcon @borda @carmocca
|
2022-06-15 00:54:55 +00:00
|
|
|
/src/pytorch_lightning/__about__.py @williamfalcon @borda @carmocca
|
2022-11-07 14:49:40 +00:00
|
|
|
/src/lightning_app/__about__.py @williamfalcon @borda
|
2022-09-16 02:32:04 +00:00
|
|
|
/src/lightning_lite/__about__.py @williamfalcon @borda @awaelchli
|
2022-11-07 14:49:40 +00:00
|
|
|
/src/*/__setup__.py @borda @carmocca
|