From da185342ce4261e90d80269d544eeccc1aed6bec Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Fri, 27 Mar 2020 13:42:14 +0100 Subject: [PATCH] update contrib list (#1241) Co-authored-by: William Falcon --- README.md | 6 +++--- docs/source/governance.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 182fe88238..b95a431933 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ If your code IS a mess, then you needed to clean up anyhow ;) Although your research/production project might start simple, once you add things like GPU AND TPU training, 16-bit precision, etc, you end up spending more time engineering than researching. Lightning automates AND rigorously tests those parts for you. ## Support -- [7 core contributors](https://pytorch-lightning.readthedocs.io/en/latest/governance.html) who are all a mix of professional engineers, Research Scientists, PhD students from top AI labs. +- [8 core contributors](https://pytorch-lightning.readthedocs.io/en/latest/governance.html) who are all a mix of professional engineers, Research Scientists, PhD students from top AI labs. - 100+ community contributors. Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/) which requires projects to have solid testing, documentation and support. @@ -350,15 +350,15 @@ pip install https://github.com/PytorchLightning/pytorch-lightning/archive/0.X.Y. #### Leads - William Falcon [(williamFalcon)](https://github.com/williamFalcon) (Lightning founder) -- Jirka Borovec [(Borda)](https://github.com/Borda) (-_-) +- Jirka Borovec [(Borda)](https://github.com/Borda) (ghost :) - Ethan Harris [(ethanwharris)](https://github.com/ethanwharris) (Torchbearer founder) - Matthew Painter [(MattPainter01)](https://github.com/MattPainter01) (Torchbearer founder) #### Core Maintainers - Nick Eggert [(neggert)](https://github.com/neggert) -- Jeremy Jordan [(jeremyjordan)](https://github.com/jeremyjordan) - Jeff Ling [(jeffling)](https://github.com/jeffling) +- Jeremy Jordan [(jeremyjordan)](https://github.com/jeremyjordan) - Tullie Murrell [(tullie)](https://github.com/tullie) ## Bibtex diff --git a/docs/source/governance.rst b/docs/source/governance.rst index ad0d41ef43..1c4da1f4a5 100644 --- a/docs/source/governance.rst +++ b/docs/source/governance.rst @@ -12,4 +12,5 @@ Core Maintainers ---------------- - Nic Eggert (`neggert `_) - Jeff Ling (`jeffling `_) +- Jeremy Jordan (`jeremyjordan `_) - Tullie Murrell (`tullie `_)