|
5 | 5 | # the repo. Unless a later match takes precedence, |
6 | 6 | # @global-owner1 and @global-owner2 will be requested for |
7 | 7 | # review when someone opens a pull request. |
8 | | -* @williamfalcon @borda @teddykoker @awaelchli @nateraw @justusschock @tchaton @SeanNaren @ananyahjha93 |
| 8 | +* @williamfalcon @borda @tchaton @SeanNaren @awaelchli @justusschock |
9 | 9 |
|
10 | 10 | # Metrics |
11 | | -/pytorch_lightning/metrics/* @teddykoker @ananyahjha93 @justusschock |
12 | | -/tests/metrics/* @teddykoker @ananyahjha93 @justusschock |
| 11 | +/pytorch_lightning/metrics/ @teddykoker @ananyahjha93 @justusschock |
| 12 | +/tests/metrics/ @teddykoker @ananyahjha93 @justusschock |
13 | 13 | /docs/source/metrics.rst @teddykoker @ananyahjha93 @justusschock |
14 | 14 |
|
15 | 15 | # API |
16 | | -/pytorch_lightning/callbacks/base.py @williamfalcon |
17 | | -/pytorch_lightning/core/datamodule.py @williamfalcon |
18 | | -/pytorch_lightning/trainer/trainer.py @williamfalcon |
19 | | -/pytorch_lightning/core/hooks.py @williamfalcon |
20 | | -/pytorch_lightning/core/lightning.py @williamfalcon |
| 16 | +/pytorch_lightning/callbacks/base.py @williamfalcon |
| 17 | +/pytorch_lightning/core/datamodule.py @williamfalcon |
| 18 | +/pytorch_lightning/trainer/trainer.py @williamfalcon @tchaton |
| 19 | +/pytorch_lightning/core/hooks.py @williamfalcon |
| 20 | +/pytorch_lightning/core/lightning.py @williamfalcon @tchaton |
| 21 | +/pytorch_lightning/core/optimizer.py @tchaton |
| 22 | +/pytorch_lightning/trainer/training_loop.py @tchaton @SeanNaren |
| 23 | +/pytorch_lightning/trainer/evaluation_loop.py @tchaton @SeanNaren |
21 | 24 |
|
| 25 | +# Connectors |
| 26 | +/pytorch_lightning/trainer/connectors/ @tchaton @SeanNaren |
22 | 27 |
|
23 | 28 | # accelerators |
24 | | -/pytorch_lightning/accelerators/* @williamfalcon |
| 29 | +/pytorch_lightning/accelerators/ @williamfalcon @tchaton @SeanNaren @awaelchli @justusschock |
25 | 30 |
|
26 | 31 | # owners |
27 | | -/pytorch_lightning/.github/CODEOWNERS @williamfalcon |
| 32 | +/.github/CODEOWNERS @williamfalcon |
| 33 | +# main |
| 34 | +/README.md @williamfalcon @edenlightning |
| 35 | +# installation |
| 36 | +/setup.py @borda @williamfalcon |
| 37 | + |
| 38 | +# CI/CD |
| 39 | +/.github/workflows/ @borda @tchaton |
| 40 | +/.github/*.py @borda @tchaton |
| 41 | +/dockers/ @borda @tchaton |
| 42 | +# configs in root |
| 43 | +/*.yml @borda @tchaton |
| 44 | + |
| 45 | +# Docs |
| 46 | +/docs/ @edenlightning @tchaton @borda @awaelchli |
| 47 | +/.github/*.md @edenlightning @williamfalcon @borda |
| 48 | +/.github/ISSUE_TEMPLATE/*.md @edenlightning @borda @tchaton |
| 49 | +/docs/source/conf.py @borda @awaelchli |
0 commit comments