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.
|
2023-01-17 17:03:05 +00:00
|
|
|
* @lantiga @borda @tchaton @awaelchli
|
2020-10-28 17:25:36 +00:00
|
|
|
|
2021-01-28 09:49:21 +00:00
|
|
|
# CI/CD and configs
|
2023-08-01 18:11:17 +00:00
|
|
|
/.actions/ @borda @carmocca @ethanwharris @justusschock
|
|
|
|
/.github/ @borda @carmocca @ethanwharris @justusschock
|
|
|
|
/.azure/ @borda @carmocca @ethanwharris @justusschock
|
2023-04-19 10:31:56 +00:00
|
|
|
/.azure/app-cloud-e2e.yml @awaelchli @ethanwharris @lantiga
|
2023-08-01 18:11:17 +00:00
|
|
|
/dockers/ @borda @carmocca @ethanwharris @justusschock
|
|
|
|
*.yml @borda @carmocca @ethanwharris @justusschock
|
2020-12-03 17:48:40 +00:00
|
|
|
|
|
|
|
# Docs
|
2023-04-11 12:45:24 +00:00
|
|
|
/docs/ @edenlightning @lantiga @borda @awaelchli
|
2023-04-19 10:31:56 +00:00
|
|
|
/docs/*/conf.py @borda @awaelchli @carmocca
|
2023-01-17 17:03:05 +00:00
|
|
|
/.github/*.md @edenlightning @williamfalcon @lantiga @borda
|
2022-09-29 14:17:05 +00:00
|
|
|
/.github/ISSUE_TEMPLATE/ @edenlightning @borda @tchaton @awaelchli
|
2023-03-07 04:12:03 +00:00
|
|
|
/docs/source-fabric/conf.py @borda @awaelchli @carmocca
|
|
|
|
/docs/source-fabric/index.rst @awaelchli @lantiga @carmocca
|
2022-07-02 19:08:29 +00:00
|
|
|
/docs/source-pytorch/conf.py @borda @awaelchli @carmocca
|
2023-01-17 17:03:05 +00:00
|
|
|
/docs/source-pytorch/index.rst @williamfalcon @lantiga
|
2023-08-01 18:11:17 +00:00
|
|
|
/docs/source-pytorch/levels @williamfalcon @lantiga
|
|
|
|
/docs/source-app/ @williamfalcon @lantiga @tchaton @awaelchli
|
2023-03-07 04:12:03 +00:00
|
|
|
/docs/source-app/index.rst @williamfalcon @lantiga
|
2023-08-01 18:11:17 +00:00
|
|
|
/docs/source-app/expertise_levels @williamfalcon @lantiga
|
2021-01-28 09:49:21 +00:00
|
|
|
|
2022-09-29 14:17:05 +00:00
|
|
|
# PyTorch Lightning
|
2023-02-01 13:06:20 +00:00
|
|
|
/src/lightning/pytorch @williamfalcon @awaelchli @carmocca @justusschock
|
2022-11-08 14:08:28 +00:00
|
|
|
/src/pytorch_lightning @williamfalcon @awaelchli @carmocca @justusschock
|
2023-08-01 18:11:17 +00:00
|
|
|
/tests/tests_pytorch @awaelchli @carmocca @justusschock @borda
|
2021-01-28 09:49:21 +00:00
|
|
|
|
2022-09-29 14:17:05 +00:00
|
|
|
# Core APIs
|
2023-02-01 19:59:00 +00:00
|
|
|
/src/lightning/pytorch/callbacks/callback.py @williamfalcon @awaelchli @carmocca
|
|
|
|
/src/lightning/pytorch/core/datamodule.py @williamFalcon @awaelchli @carmocca
|
|
|
|
/src/lightning/pytorch/trainer/trainer.py @williamfalcon @tchaton @awaelchli @carmocca
|
|
|
|
/src/lightning/pytorch/core/hooks.py @williamfalcon @tchaton @awaelchli @carmocca
|
|
|
|
/src/lightning/pytorch/core/module.py @williamfalcon @tchaton @awaelchli @carmocca
|
2022-09-29 14:17:05 +00:00
|
|
|
|
2024-02-26 13:25:00 +00:00
|
|
|
# Lightning Data
|
2023-11-02 17:10:25 +00:00
|
|
|
/src/lightning/data/ @tchaton
|
Lightning Dataset (including optimized dataloading of s3 buckets) (#17743)
* Lightning DataLoader
* lightning dataloader
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* init
* example
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* env var
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update src/lightning/pytorch/utilities/data/__init__.py
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
* remove unused functions
* extra reqs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update src/lightning/pytorch/utilities/data/fileio.py
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* imports work now! yay
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* imports
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* missing import
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* error handling
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update creds for local use case
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* codeowners
* recursive get index
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* index
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* clean up get index
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update imagenet example
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* docstrings
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* docstrings
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* docstrings
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* example cleanup
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* changelog
* reqs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* codeowners
* requirements
* expose LightningDataset too
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* expost LightningDataset at top level
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* remove unused private methods from init
* remove private imports
* upper bound on extra requirements
* review comments
* loosen req
* deps
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* test updating fabric base req
* remove version pin on s3fs to test
* recover missing function
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* tests
* update
* random
* torchdata >= 0.3.0
* update torchdata version
* remove torchdata version to test
* try rem torch version pin
* req
* update bucket in test
* req
* skips
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* import
* update structure to lightning.data
* base.txt for data reqs
* fix imports
* rename to LightningS3Dataset
* new workflow
* dont need to test warnings
* reqs
* req
* revert data folder in pytorch
* test import
* tests
* req
* req
* req
* torch version
* req
* req
* open dep
* reformatted
* pin strict
* pin strict extra
* req
* modify workflow, no cache
* try
* patch
* import
* fix
* dataset test
* update getattr
* pin everything to test
* remove torch preinstall from workflow
* workflow
* req
* Update .github/workflows/ci-tests-data.yml
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
* workflow
* workflow
* req
* Update .github/workflows/ci-tests-data.yml
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
* workflow
* print
* skip test for now
* update path join
* revert app dep version bump
* Update .github/workflows/ci-tests-data.yml
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
* workflow updates
* app base req
* req
* window test failure
* add data req to assistant
* try
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add missing comma
* updates
* update
* typo
* requirements
* try widening req
* older torch version
* update
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update
* update
* update
* update
* cleanup tests
* typo again
* update
* remove unnecessary line
* Update .github/CODEOWNERS
* Discard changes to requirements/pytorch/base.txt
* Discard changes to requirements/fabric/base.txt
* Discard changes to requirements/app/base.txt
* requirements
* requirements
* one line
* app workflow pick only app reqs
* rename package
* undo
* don't use cache
* examples CI
* pytorch and fabric CI
* try remove cache
* Apply suggestions from code review
* jirka playing
* jirka playing
* jirka playing
* blah
* flatten LightningDataset
* cleans up dataset class
* jirka playing
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* jirka playing
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* extra
* fix dataset test
* update checkgroups
* Luca's review comments
* val error fix
* unskip test
* min
* fix precommit warning
* cpu
* docstrings
* req
* 2.0.1
* add return type
* typing errors
* req
* return types with quotations
* import for type-checking
* no botocore in cloudagnostic code
* exit args
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* backends typing
* remove oldest from data tests
* typing
* typing
* typing
* types
* type
* typing
* typing
* typing
* import fix
* Changelog
---------
Co-authored-by: Noha Alon <nohaalon@Nohas-MacBook-Air.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Justus Schock <justus.schock@posteo.de>
2023-06-13 10:44:41 +00:00
|
|
|
|
2023-01-04 15:57:18 +00:00
|
|
|
# Lightning Fabric
|
2023-02-13 09:59:02 +00:00
|
|
|
/src/lightning/fabric @awaelchli @carmocca @justusschock
|
|
|
|
/src/lightning_fabric @awaelchli @carmocca @justusschock
|
|
|
|
/tests/tests_fabric @awaelchli @carmocca @justusschock
|
2022-09-29 14:17:05 +00:00
|
|
|
|
|
|
|
# Lightning App
|
2023-04-11 12:45:24 +00:00
|
|
|
/src/lightning/app @tchaton @lantiga @awaelchli @ethanwharris
|
|
|
|
/src/lightning_app @tchaton @lantiga @awaelchli @ethanwharris
|
|
|
|
/tests/tests_app @tchaton @lantiga @awaelchli @ethanwharris
|
|
|
|
/tests/integrations_app @tchaton @lantiga @awaelchli @ethanwharris
|
|
|
|
/examples/app_* @tchaton @lantiga @awaelchli @ethanwharris
|
2021-02-09 21:30:14 +00:00
|
|
|
|
2022-08-10 15:25:44 +00:00
|
|
|
/.github/CODEOWNERS @williamfalcon
|
2023-01-17 17:03:05 +00:00
|
|
|
/SECURITY.md @williamfalcon @lantiga
|
2023-03-16 11:43:35 +00:00
|
|
|
/README.md @williamfalcon @lantiga
|
2022-08-10 15:25:44 +00:00
|
|
|
/setup.py @williamfalcon @borda @carmocca
|
2022-06-15 00:54:55 +00:00
|
|
|
/src/pytorch_lightning/__about__.py @williamfalcon @borda @carmocca
|
2023-01-17 17:03:05 +00:00
|
|
|
/src/lightning_app/__about__.py @williamfalcon @lantiga @borda
|
2023-01-04 15:57:18 +00:00
|
|
|
/src/lightning_fabric/__about__.py @williamfalcon @borda @awaelchli
|
2023-08-01 18:11:17 +00:00
|
|
|
/src/*/__setup__.py @borda @carmocca @justusschock
|