60 lines
3.1 KiB
Plaintext
60 lines
3.1 KiB
Plaintext
# 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.
|
|
* @williamfalcon @borda @tchaton @SeanNaren @carmocca @awaelchli @justusschock @kaushikb11
|
|
|
|
# CI/CD and configs
|
|
/.github/ @borda @tchaton @carmocca
|
|
/dockers/ @borda @tchaton @carmocca
|
|
*.yml @borda @tchaton @carmocca
|
|
|
|
# Docs
|
|
/docs/ @edenlightning @tchaton @borda @awaelchli
|
|
/.github/*.md @edenlightning @williamfalcon @borda
|
|
/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton
|
|
/docs/source/conf.py @borda @awaelchli @carmocca
|
|
|
|
# Packages
|
|
/pytorch_lightning/accelerators @williamfalcon @tchaton @SeanNaren @awaelchli @justusschock @kaushikb11
|
|
/pytorch_lightning/callbacks @williamfalcon @tchaton @carmocca @borda @kaushikb11
|
|
/pytorch_lightning/cluster_environments @borda @tchaton @SeanNaren @carmocca @kaushikb11
|
|
/pytorch_lightning/core @tchaton @SeanNaren @borda @carmocca @justusschock @kaushikb11
|
|
/pytorch_lightning/distributed @williamfalcon @tchaton @awaelchli @kaushikb11
|
|
/pytorch_lightning/loggers @tchaton @awaelchli @borda
|
|
/pytorch_lightning/loops @tchaton @awaelchli @justusschock @carmocca
|
|
/pytorch_lightning/overrides @tchaton @SeanNaren @borda
|
|
/pytorch_lightning/plugins @tchaton @SeanNaren @awaelchli @justusschock
|
|
/pytorch_lightning/profiler @williamfalcon @tchaton @borda @carmocca
|
|
/pytorch_lightning/trainer @williamfalcon @borda @tchaton @SeanNaren @carmocca @awaelchli @justusschock @kaushikb11
|
|
/pytorch_lightning/trainer/connectors @tchaton @SeanNaren @carmocca @borda
|
|
/pytorch_lightning/tuner @SkafteNicki @borda @awaelchli
|
|
/pytorch_lightning/utilities @borda @tchaton @SeanNaren @carmocca
|
|
|
|
# Specifics
|
|
/pytorch_lightning/trainer/connectors/logger_connector @tchaton @carmocca
|
|
/pytorch_lightning/trainer/progress.py @tchaton @awaelchli @carmocca
|
|
|
|
# Metrics
|
|
/pytorch_lightning/metrics/ @SkafteNicki @ananyahjha93 @justusschock
|
|
/tests/metrics/ @SkafteNicki @ananyahjha93 @justusschock
|
|
/docs/source/metrics.rst @SkafteNicki @ananyahjha93 @justusschock
|
|
|
|
# API
|
|
/pytorch_lightning/callbacks/base.py @williamfalcon @awaelchli @ananthsub @carmocca
|
|
/pytorch_lightning/core/datamodule.py @williamFalcon @awaelchli @ananthsub @carmocca
|
|
/pytorch_lightning/trainer/trainer.py @williamfalcon @tchaton @awaelchli
|
|
/pytorch_lightning/core/hooks.py @williamfalcon @tchaton @awaelchli @ananthsub @carmocca
|
|
/pytorch_lightning/core/lightning.py @williamfalcon @tchaton @awaelchli
|
|
|
|
# Testing
|
|
/tests/helpers/boring_model.py @williamfalcon @tchaton @borda
|
|
|
|
/.github/CODEOWNERS @williamfalcon
|
|
/README.md @williamfalcon @edenlightning @borda
|
|
/setup.py @williamfalcon @borda
|
|
/pytorch_lightning/__about__.py @williamfalcon @borda
|