|
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 @tchaton @SeanNaren @awaelchli @justusschock |
| 8 | +* @williamfalcon @borda @tchaton @SeanNaren @carmocca @awaelchli @justusschock |
9 | 9 |
|
10 |
| -# Metrics |
11 |
| -/pytorch_lightning/metrics/ @teddykoker @ananyahjha93 @justusschock |
12 |
| -/tests/metrics/ @teddykoker @ananyahjha93 @justusschock |
13 |
| -/docs/source/metrics.rst @teddykoker @ananyahjha93 @justusschock |
| 10 | +/.github/CODEOWNERS @williamfalcon |
| 11 | +/README.md @williamfalcon @edenlightning @borda |
| 12 | +/setup.py @williamfalcon @borda |
14 | 13 |
|
15 |
| -# API |
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 |
24 |
| - |
25 |
| -# Connectors |
26 |
| -/pytorch_lightning/trainer/connectors/ @tchaton @SeanNaren |
27 |
| - |
28 |
| -# accelerators |
29 |
| -/pytorch_lightning/accelerators/ @williamfalcon @tchaton @SeanNaren @awaelchli @justusschock |
30 |
| - |
31 |
| -# owners |
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 |
| 14 | +# CI/CD and configs |
| 15 | +/.github/ @borda @tchaton |
| 16 | +/dockers/ @borda @tchaton |
| 17 | +*.yml @borda @tchaton |
44 | 18 |
|
45 | 19 | # 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 |
| 20 | +/docs/ @edenlightning @tchaton @borda @awaelchli |
| 21 | +/.github/*.md @edenlightning @williamfalcon @borda |
| 22 | +/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton |
| 23 | +/docs/source/conf.py @borda @awaelchli |
| 24 | + |
| 25 | +# Packages |
| 26 | +/pytorch_lightning/accelerators @williamfalcon @tchaton @SeanNaren @awaelchli @justusschock |
| 27 | +/pytorch_lightning/callbacks @williamfalcon @tchaton @carmocca @borda |
| 28 | +/pytorch_lightning/cluster_environments @borda @tchaton @SeanNaren @carmocca |
| 29 | +/pytorch_lightning/core @tchaton @SeanNaren @borda @carmocca @justusschock |
| 30 | +/pytorch_lightning/distributed @williamfalcon @tchaton @awaelchli |
| 31 | +/pytorch_lightning/loggers @tchaton @awaelchli @borda |
| 32 | +/pytorch_lightning/overrides @tchaton @SeanNaren @borda |
| 33 | +/pytorch_lightning/plugins @tchaton @SeanNaren @awaelchli @justusschock |
| 34 | +/pytorch_lightning/profiler @williamfalcon @tchaton @borda |
| 35 | +/pytorch_lightning/trainer @williamfalcon @borda @tchaton @SeanNaren @carmocca @awaelchli @justusschock |
| 36 | +/pytorch_lightning/trainer/connectors @tchaton @SeanNaren @carmocca @borda |
| 37 | +/pytorch_lightning/tuner @SkafteNicki @borda @awaelchli |
| 38 | +/pytorch_lightning/utilities @borda @tchaton @SeanNaren @carmocca |
| 39 | + |
| 40 | +# Metrics |
| 41 | +/pytorch_lightning/metrics/ @teddykoker @ananyahjha93 @justusschock |
| 42 | +/tests/metrics/ @teddykoker @ananyahjha93 @justusschock |
| 43 | +/docs/source/metrics.rst @teddykoker @ananyahjha93 @justusschock |
| 44 | + |
| 45 | +# API |
| 46 | +/pytorch_lightning/callbacks/base.py @williamfalcon |
| 47 | +/pytorch_lightning/core/datamodule.py @williamFalcon |
| 48 | +/pytorch_lightning/trainer/trainer.py @williamfalcon @tchaton |
| 49 | +/pytorch_lightning/core/hooks.py @williamfalcon |
| 50 | +/pytorch_lightning/core/lightning.py @williamfalcon @tchaton |
50 | 51 |
|
51 | 52 | # Testing
|
52 |
| -/tests/base/boring_model.py @williamfalcon |
| 53 | +/tests/base/boring_model.py @williamfalcon @tchaton @borda |
0 commit comments