diff --git a/.github/BECOMING_A_CORE_CONTRIBUTOR.md b/.github/BECOMING_A_CORE_CONTRIBUTOR.md index 43c473c192177..a179161f687a1 100644 --- a/.github/BECOMING_A_CORE_CONTRIBUTOR.md +++ b/.github/BECOMING_A_CORE_CONTRIBUTOR.md @@ -53,7 +53,7 @@ Lightning should reflect the broader community it serves. As such we should have We have an active [Slack](https://www.pytorchlightning.ai/community) community, where questions are asked daily. This is a great way to show off your Lightning and PyTorch knowledge, and help out others. -There's also [GitHub discussions](https://github.com/PyTorchLightning/pytorch-lightning/discussions). +There's also [GitHub discussions](https://github.com/Lightning-AI/lightning/discussions). ## Applying diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e12e80ca26e47..1d47028bfef89 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -97,7 +97,7 @@ _**Note**, even if you do not find the solution, sending a PR with a test coveri 1. Add/update the relevant tests! -- [This PR](https://github.com/PyTorchLightning/pytorch-lightning/pull/2671) is a good example for adding a new metric, and [this one for a new logger](https://github.com/PyTorchLightning/pytorch-lightning/pull/2721). +- [This PR](https://github.com/Lightning-AI/lightning/pull/2671) is a good example for adding a new metric, and [this one for a new logger](https://github.com/Lightning-AI/lightning/pull/2721). ### Test cases: @@ -130,11 +130,11 @@ In case you adding new dependencies, make sure that they are compatible with the ### Documentation -To learn about development of docs, check out the docs [README.md](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/docs/README.md). +To learn about development of docs, check out the docs [README.md](https://github.com/Lightning-AI/lightning/blob/master/docs/README.md). ### Testing -To learn about tests, check out the tests [README.md](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/tests/README.md). +To learn about tests, check out the tests [README.md](https://github.com/Lightning-AI/lightning/blob/master/tests/README.md). ### Pull Request @@ -165,8 +165,8 @@ We welcome any useful contribution! For your convenience here's a recommended wo 1. If any of the existing tests fail in your PR on our CI, refer to the following READMEs to identify what's failing and try to address it. - - [Test README](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/tests/README.md) - - [CI/CD README](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/.github/workflows/README.md) + - [Test README](https://github.com/Lightning-AI/lightning/blob/master/tests/README.md) + - [CI/CD README](https://github.com/Lightning-AI/lightning/blob/master/.github/workflows/README.md) 1. When you feel ready for integrating your work, mark your PR "Ready for review". @@ -189,7 +189,7 @@ We welcome any useful contribution! For your convenience here's a recommended wo #### How can I help/contribute? All types of contributions are welcome - reporting bugs, fixing documentation, adding test cases, solving issues, and preparing bug fixes. -To get started with code contributions, look for issues marked with the label [good first issue](https://github.com/PyTorchLightning/pytorch-lightning/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) or chose something close to your domain with the label [help wanted](https://github.com/PyTorchLightning/pytorch-lightning/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22). Before coding, make sure that the issue description is clear and comment on the issue so that we can assign it to you (or simply self-assign if you can). +To get started with code contributions, look for issues marked with the label [good first issue](https://github.com/Lightning-AI/lightning/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) or chose something close to your domain with the label [help wanted](https://github.com/Lightning-AI/lightning/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22). Before coding, make sure that the issue description is clear and comment on the issue so that we can assign it to you (or simply self-assign if you can). #### Is there a recommendation for branch names? diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 73f09d8bf3580..40e80d75dc582 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,7 @@ https://colab.research.google.com/github/PytorchLightning/pytorch-lightning/blob IMPORTANT: has to be public. or this simple template: -https://github.com/PyTorchLightning/pytorch-lightning/blob/master/examples/pl_bug_report/bug_report_model.py +https://github.com/Lightning-AI/lightning/blob/master/examples/pl_bug_report/bug_report_model.py If you could not reproduce using the BoringModel and still think there's a bug, please post here but remember, bugs with code are fixed faster! @@ -34,12 +34,12 @@ but remember, bugs with code are fixed faster! ## PR review Anyone in the community is welcome to review the PR. -Before you start reviewing, make sure you have read the [review guidelines](https://github.com/PyTorchLightning/pytorch-lightning/wiki/Review-guidelines). In short, see the following bullet-list: +Before you start reviewing, make sure you have read the [review guidelines](https://github.com/Lightning-AI/lightning/wiki/Review-guidelines). In short, see the following bullet-list: - [ ] Is this pull request ready for review? (if not, please submit in draft mode) - [ ] Check that all items from **Before submitting** are resolved diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5e4761280b90..a7a957a2a1db4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,4 +21,4 @@ updates: open-pull-requests-limit: 5 reviewers: - "carmocca" - - "PyTorchLightning/teams/core-lightning" + - "Lightning-AI/teams/core-lightning" diff --git a/.github/mergify.yml b/.github/mergify.yml index 99142a2ecb170..096e05e804b4e 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -67,4 +67,4 @@ pull_request_rules: actions: request_reviews: teams: - - "@PyTorchLightning/core-lightning" + - "@Lightning-AI/core-lightning" diff --git a/.github/workflows/events-nightly.yml b/.github/workflows/events-nightly.yml index b4a9e370b6339..c562e29ed249e 100644 --- a/.github/workflows/events-nightly.yml +++ b/.github/workflows/events-nightly.yml @@ -13,7 +13,7 @@ env: # based on https://github.com/pypa/gh-action-pypi-publish jobs: pypi-release: - if: ${{ github.repository_owner == 'PyTorchLightning' }} + if: ${{ github.repository_owner == 'Lightning-AI' }} runs-on: ubuntu-20.04 steps: @@ -61,7 +61,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} docker-XLA: - if: ${{ github.repository_owner == 'PyTorchLightning' }} + if: ${{ github.repository_owner == 'Lightning-AI' }} runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -108,7 +108,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} docker-CUDA: - if: ${{ github.repository_owner == 'PyTorchLightning' }} + if: ${{ github.repository_owner == 'Lightning-AI' }} runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -159,7 +159,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} docker-Conda: - if: ${{ github.repository_owner == 'PyTorchLightning' }} + if: ${{ github.repository_owner == 'Lightning-AI' }} runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -209,7 +209,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} docker-IPU: - if: ${{ github.repository_owner == 'PyTorchLightning' }} + if: ${{ github.repository_owner == 'Lightning-AI' }} runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -268,7 +268,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} docker-HPU: - if: ${{ github.repository_owner == 'PyTorchLightning' }} + if: ${{ github.repository_owner == 'Lightning-AI' }} runs-on: ubuntu-20.04 strategy: fail-fast: false diff --git a/.github/workflows/events-recurrent.yml b/.github/workflows/events-recurrent.yml index 80d63b986baa8..0a8ff4e006792 100644 --- a/.github/workflows/events-recurrent.yml +++ b/.github/workflows/events-recurrent.yml @@ -15,7 +15,7 @@ env: jobs: tpu-cleanup: name: TPU cleaning - if: ${{ github.repository_owner == 'PyTorchLightning' }} + if: ${{ github.repository_owner == 'Lightning-AI' }} runs-on: ubuntu-20.04 steps: diff --git a/.gitmodules b/.gitmodules index b311352c45f4c..6fa9d8471b8a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "_notebooks"] path = _notebooks - url = https://github.com/PyTorchLightning/lightning-tutorials.git + url = https://github.com/Lightning-AI/lightning-tutorials.git branch = publication diff --git a/CITATION.cff b/CITATION.cff index b1c572984ef2e..620e8f88eb119 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ version: 1.4 doi: 10.5281/zenodo.3828935 license: "Apache-2.0" url: "https://www.pytorchlightning.ai" -repository-code: "https://github.com/PyTorchLightning/pytorch-lightning" +repository-code: "https://github.com/Lightning-AI/lightning" keywords: - machine learning - deep learning diff --git a/README.md b/README.md index 537e8820edf2a..400dcbe0e72d0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ______________________________________________________________________ [![PyPI Status](https://pepy.tech/badge/pytorch-lightning)](https://pepy.tech/project/pytorch-lightning) [![Conda](https://img.shields.io/conda/v/conda-forge/pytorch-lightning?label=conda&color=success)](https://anaconda.org/conda-forge/pytorch-lightning) [![DockerHub](https://img.shields.io/docker/pulls/pytorchlightning/pytorch_lightning.svg)](https://hub.docker.com/r/pytorchlightning/pytorch_lightning) -[![codecov](https://codecov.io/gh/PyTorchLightning/pytorch-lightning/branch/master/graph/badge.svg)](https://codecov.io/gh/PyTorchLightning/pytorch-lightning) +[![codecov](https://codecov.io/gh/Lightning-AI/lightning/branch/master/graph/badge.svg)](https://codecov.io/gh/Lightning-AI/lightning) [![ReadTheDocs](https://readthedocs.org/projects/pytorch-lightning/badge/?version=stable)](https://pytorch-lightning.readthedocs.io/en/stable/) [![Slack](https://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://www.pytorchlightning.ai/community) @@ -78,17 +78,17 @@ Lightning is rigorously tested across multiple CPUs, GPUs, TPUs, IPUs, and HPUs
-| System / PyTorch ver. | 1.9 | 1.10 | 1.11 (latest) | -| :------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| Linux py3.7 \[GPUs\*\*\] | - | - | - | -| Linux py3.7 \[TPUs\*\*\*\] | [![CircleCI](https://circleci.com/gh/PyTorchLightning/pytorch-lightning/tree/master.svg?style=svg)](https://circleci.com/gh/PyTorchLightning/pytorch-lightning/tree/master) | - | - | -| Linux py3.8 \[IPUs\] | [![Build Status]()](https://dev.azure.com/PytorchLightning/pytorch-lightning/_build/latest?definitionId=6&branchName=master) | - | - | -| Linux py3.8 \[HPUs\] | - | [![Build Status]()](https://dev.azure.com/PytorchLightning/pytorch-lightning/_build/latest?definitionId=6&branchName=master) | - | -| Linux py3.8 (with Conda) | [![Test](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-conda.yml/badge.svg?branch=master&event=push)](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-conda.yml) | [![Test](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-conda.yml/badge.svg?branch=master&event=push)](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-conda.yml) | - | -| Linux py3.9 (with Conda) | - | - | [![Test](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-conda.yml/badge.svg?branch=master&event=push)](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-conda.yml) | -| Linux py3.{7,9} | - | - | [![Test](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-full.yml/badge.svg?branch=master&event=push)](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-full.yml) | -| OSX py3.{7,9} | - | - | [![Test](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-full.yml/badge.svg?branch=master&event=push)](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-full.yml) | -| Windows py3.{7,9} | - | - | [![Test](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-full.yml/badge.svg?branch=master&event=push)](https://github.com/PyTorchLightning/pytorch-lightning/actions/workflows/ci_test-full.yml) | +| System / PyTorch ver. | 1.9 | 1.10 | 1.11 (latest) | +| :------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| Linux py3.7 \[GPUs\*\*\] | - | - | - | +| Linux py3.7 \[TPUs\*\*\*\] | [![CircleCI](https://circleci.com/gh/Lightning-AI/lightning/tree/master.svg?style=svg)](https://circleci.com/gh/Lightning-AI/lightning/tree/master) | - | - | +| Linux py3.8 \[IPUs\] | [![Build Status]()](https://dev.azure.com/PytorchLightning/pytorch-lightning/_build/latest?definitionId=6&branchName=master) | - | - | +| Linux py3.8 \[HPUs\] | - | [![Build Status]()](https://dev.azure.com/PytorchLightning/pytorch-lightning/_build/latest?definitionId=6&branchName=master) | - | +| Linux py3.8 (with Conda) | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-conda.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-conda.yml) | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-conda.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-conda.yml) | - | +| Linux py3.9 (with Conda) | - | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-conda.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-conda.yml) | +| Linux py3.{7,9} | - | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-full.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-full.yml) | +| OSX py3.{7,9} | - | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-full.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-full.yml) | +| Windows py3.{7,9} | - | - | [![Test](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-full.yml/badge.svg?branch=master&event=push)](https://github.com/Lightning-AI/lightning/actions/workflows/ci_test-full.yml) | - _\*\* tests run on two NVIDIA P100_ - _\*\*\* tests run on Google GKE TPUv2/3. TPU py3.7 means we support Colab and Kaggle env._ @@ -130,11 +130,11 @@ conda install pytorch-lightning -c conda-forge the actual status of 1.6 \[stable\] is following: -![CI basic testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20basic%20testing/badge.svg?branch=release%2F1.5.x&event=push) -![CI complete testing](https://github.com/PyTorchLightning/pytorch-lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.5.x&event=push) -![PyTorch & Conda](https://github.com/PyTorchLightning/pytorch-lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.5.x&event=push) -![TPU tests](https://github.com/PyTorchLightning/pytorch-lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.5.x&event=push) -![Docs check](https://github.com/PyTorchLightning/pytorch-lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.5.x&event=push) +![CI basic testing](https://github.com/Lightning-AI/lightning/workflows/CI%20basic%20testing/badge.svg?branch=release%2F1.5.x&event=push) +![CI complete testing](https://github.com/Lightning-AI/lightning/workflows/CI%20complete%20testing/badge.svg?branch=release%2F1.5.x&event=push) +![PyTorch & Conda](https://github.com/Lightning-AI/lightning/workflows/PyTorch%20&%20Conda/badge.svg?branch=release%2F1.5.x&event=push) +![TPU tests](https://github.com/Lightning-AI/lightning/workflows/TPU%20tests/badge.svg?branch=release%2F1.5.x&event=push) +![Docs check](https://github.com/Lightning-AI/lightning/workflows/Docs%20check/badge.svg?branch=release%2F1.5.x&event=push) Install future release from the source @@ -147,7 +147,7 @@ pip install git+https://github.com/PytorchLightning/pytorch-lightning.git@releas Install nightly from the source (no guarantees) ```bash -pip install https://github.com/PyTorchLightning/pytorch-lightning/archive/master.zip +pip install https://github.com/Lightning-AI/lightning/archive/master.zip ``` or from testing PyPI @@ -346,7 +346,7 @@ ______________________________________________________________________ - Make fewer mistakes because lightning handles the tricky engineering - Keeps all the flexibility (LightningModules are still PyTorch modules), but removes a ton of boilerplate - Lightning has dozens of integrations with popular machine learning tools. -- [Tested rigorously with every new PR](https://github.com/PyTorchLightning/pytorch-lightning/tree/master/tests). We test every combination of PyTorch and Python supported versions, every OS, multi GPUs and even TPUs. +- [Tested rigorously with every new PR](https://github.com/Lightning-AI/lightning/tree/master/tests). We test every combination of PyTorch and Python supported versions, every OS, multi GPUs and even TPUs. - Minimal running speed overhead (about 300 ms per epoch compared with pure PyTorch). ______________________________________________________________________ @@ -414,7 +414,7 @@ Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/ If you have any questions please: 1. [Read the docs](https://pytorch-lightning.rtfd.io/en/latest). -1. [Search through existing Discussions](https://github.com/PyTorchLightning/pytorch-lightning/discussions), or [add a new question](https://github.com/PyTorchLightning/pytorch-lightning/discussions/new) +1. [Search through existing Discussions](https://github.com/Lightning-AI/lightning/discussions), or [add a new question](https://github.com/Lightning-AI/lightning/discussions/new) 1. [Join our slack](https://www.pytorchlightning.ai/community). ### Funding diff --git a/dockers/base-ipu/Dockerfile b/dockers/base-ipu/Dockerfile index 48efdd5e7adbf..bdc5c2f800d0c 100644 --- a/dockers/base-ipu/Dockerfile +++ b/dockers/base-ipu/Dockerfile @@ -14,7 +14,7 @@ FROM ubuntu:20.04 -LABEL maintainer="PyTorchLightning " +LABEL maintainer="Lightning-AI " ARG PYTHON_VERSION=3.9 ARG CONDA_VERSION=4.9.2 diff --git a/dockers/base-xla/Dockerfile b/dockers/base-xla/Dockerfile index f2f769329a102..160de2f387407 100644 --- a/dockers/base-xla/Dockerfile +++ b/dockers/base-xla/Dockerfile @@ -14,7 +14,7 @@ FROM google/cloud-sdk:slim -LABEL maintainer="PyTorchLightning " +LABEL maintainer="Lightning-AI " # CALL: docker image build -t pytorch-lightning:XLA-image -f dockers/base-xla/Dockerfile . --build-arg PYTHON_VERSION=3.8 ARG PYTHON_VERSION=3.9 diff --git a/dockers/nvidia/Dockerfile b/dockers/nvidia/Dockerfile index f23fd4d240a85..f9fac6e07cd3e 100644 --- a/dockers/nvidia/Dockerfile +++ b/dockers/nvidia/Dockerfile @@ -17,7 +17,7 @@ ARG PYTORCH_VERSION=22.04 # https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes FROM nvcr.io/nvidia/pytorch:${PYTORCH_VERSION}-py3 -LABEL maintainer="PyTorchLightning " +LABEL maintainer="Lightning-AI " ARG LIGHTNING_VERSION="" @@ -30,7 +30,7 @@ RUN \ # replace by specific version if asked if [ ! -z "$LIGHTNING_VERSION" ] ; then \ rm -rf pytorch-lightning ; \ - git clone https://github.com/PyTorchLightning/pytorch-lightning.git ; \ + git clone https://github.com/Lightning-AI/lightning.git ; \ cd pytorch-lightning ; \ git checkout ${LIGHTNING_VERSION} ; \ git submodule update --init --recursive ; \ diff --git a/dockers/release/Dockerfile b/dockers/release/Dockerfile index 1a7726227d096..f2c27d5a79ac0 100644 --- a/dockers/release/Dockerfile +++ b/dockers/release/Dockerfile @@ -17,7 +17,7 @@ ARG PYTORCH_VERSION=1.9 FROM pytorchlightning/pytorch_lightning:base-cuda-py${PYTHON_VERSION}-torch${PYTORCH_VERSION} -LABEL maintainer="PyTorchLightning " +LABEL maintainer="Lightning-AI " ARG LIGHTNING_VERSION="" @@ -31,7 +31,7 @@ RUN \ # replace by specific version if asked if [ ! -z "$LIGHTNING_VERSION" ] ; then \ rm -rf pytorch-lightning ; \ - wget https://github.com/PyTorchLightning/pytorch-lightning/archive/${LIGHTNING_VERSION}.zip --progress=bar:force:noscroll ; \ + wget https://github.com/Lightning-AI/lightning/archive/${LIGHTNING_VERSION}.zip --progress=bar:force:noscroll ; \ unzip ${LIGHTNING_VERSION}.zip ; \ mv pytorch-lightning-*/ pytorch-lightning ; \ rm *.zip ; \ diff --git a/dockers/tpu-tests/Dockerfile b/dockers/tpu-tests/Dockerfile index fd30755dab2c9..5d0498bd66b2f 100644 --- a/dockers/tpu-tests/Dockerfile +++ b/dockers/tpu-tests/Dockerfile @@ -17,7 +17,7 @@ ARG PYTORCH_VERSION=1.9 FROM pytorchlightning/pytorch_lightning:base-xla-py${PYTHON_VERSION}-torch${PYTORCH_VERSION} -LABEL maintainer="PyTorchLightning " +LABEL maintainer="Lightning-AI " COPY ./ ./pytorch-lightning/ diff --git a/dockers/tpu-tests/tpu_test_cases.jsonnet b/dockers/tpu-tests/tpu_test_cases.jsonnet index f9a508236e2d2..952cdd74ad3d8 100644 --- a/dockers/tpu-tests/tpu_test_cases.jsonnet +++ b/dockers/tpu-tests/tpu_test_cases.jsonnet @@ -23,7 +23,7 @@ local tputests = base.BaseTest { source ~/.bashrc conda activate lightning mkdir -p /home/runner/work/pytorch-lightning && cd /home/runner/work/pytorch-lightning - git clone https://github.com/PyTorchLightning/pytorch-lightning.git + git clone https://github.com/Lightning-AI/lightning.git cd pytorch-lightning echo $PWD git ls-remote --refs origin diff --git a/docs/README.md b/docs/README.md index 88561baaed684..06119aedb8bdc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -73,5 +73,5 @@ export PL_FAST_DOCS_DEV=1 ## docs CSS/theme -To change the CSS theme of the docs, go [here](https://github.com/PyTorchLightning/lightning_sphinx_theme). +To change the CSS theme of the docs, go [here](https://github.com/Lightning-AI/lightning_sphinx_theme). Apologies in advance... this is a bit complex to build and requires basic understanding of javascript/npm. diff --git a/requirements/docs.txt b/requirements/docs.txt index c61aef6a3d7eb..ae08bfebae830 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -6,7 +6,7 @@ pandoc>=1.0 docutils>=0.16 sphinxcontrib-fulltoc>=1.0 sphinxcontrib-mockautodoc -pt-lightning-sphinx-theme @ https://github.com/PyTorchLightning/lightning_sphinx_theme/archive/master.zip +pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip sphinx-autodoc-typehints>=1.11,<1.15 # v1.15 failing on master (#11405) sphinx-paramlinks>=0.5.1 sphinx-togglebutton>=0.2 diff --git a/setup.py b/setup.py index a00dffc22d969..c3b9d10afaf7e 100755 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def _load_readme_description(path_dir: str, homepage: str, version: str) -> str: # drop images from readme text = text.replace("![PT to PL](docs/source/_static/images/general/pl_quick_start_full_compressed.gif)", "") - # https://github.com/PyTorchLightning/pytorch-lightning/raw/master/docs/source/_static/images/lightning_module/pt_to_pl.png + # https://github.com/Lightning-AI/lightning/raw/master/docs/source/_static/images/lightning_module/pt_to_pl.png github_source_url = os.path.join(homepage, "raw", version) # replace relative repository path to absolute link to the release # do not replace all "docs" as in the readme we reger some other sources with particular path to docs @@ -141,7 +141,7 @@ def _load_readme_description(path_dir: str, homepage: str, version: str) -> str: author=_ABOUT_MODULE.__author__, author_email=_ABOUT_MODULE.__author_email__, url=_ABOUT_MODULE.__homepage__, - download_url="https://github.com/PyTorchLightning/pytorch-lightning", + download_url="https://github.com/Lightning-AI/lightning", license=_ABOUT_MODULE.__license__, packages=find_packages(where="src"), package_dir={"": "src"}, @@ -155,9 +155,9 @@ def _load_readme_description(path_dir: str, homepage: str, version: str) -> str: install_requires=_load_requirements(_PATH_REQUIREMENTS), extras_require=extras, project_urls={ - "Bug Tracker": "https://github.com/PyTorchLightning/pytorch-lightning/issues", + "Bug Tracker": "https://github.com/Lightning-AI/lightning/issues", "Documentation": "https://pytorch-lightning.rtfd.io/en/latest/", - "Source Code": "https://github.com/PyTorchLightning/pytorch-lightning", + "Source Code": "https://github.com/Lightning-AI/lightning", }, classifiers=[ "Environment :: Console",