Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTS: rolling patch release 1.9.5 #17222

Merged
merged 67 commits into from
Apr 3, 2023
Merged

LTS: rolling patch release 1.9.5 #17222

merged 67 commits into from
Apr 3, 2023

Conversation

Borda
Copy link
Member

@Borda Borda commented Mar 29, 2023

What does this PR do?

Before submitting
  • Was this discussed/agreed via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or minor internal changes/refactors)

PR review

Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:

Reviewer checklist
  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

cc @Borda @carmocca @akihironitta @justusschock @awaelchli

@Borda Borda added the release label Mar 29, 2023
@Borda Borda added this to the v1.9.x milestone Mar 29, 2023
@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

Merging #17222 (0ac208a) into release/LTS (b8887f6) will decrease coverage by 0%.
The diff coverage is 48%.

❗ Current head 0ac208a differs from pull request most recent head ef80f1b. Consider uploading reports for the commit ef80f1b to get more accurate results

Additional details and impacted files
@@              Coverage Diff               @@
##           release/LTS   #17222     +/-   ##
==============================================
- Coverage           82%      82%     -0%     
==============================================
  Files              476      392     -84     
  Lines            35264    32002   -3262     
==============================================
- Hits             28754    26089   -2665     
+ Misses            6510     5913    -597     

@github-actions
Copy link
Contributor

github-actions bot commented Mar 29, 2023

⛈️ Required checks status: Has failure 🔴

Warning
This job will need to be re-run to merge your PR. If you do not have write access to the repository, you can ask Lightning-AI/lai-frameworks to re-run it. If you push a new commit, all of CI will re-trigger.

Groups summary

🟢 pytorch_lightning: Tests workflow
Check ID Status
pl-cpu (macOS-11, pytorch, 3.8, 1.11) success
pl-cpu (macOS-11, pytorch, 3.9, 1.12) success
pl-cpu (macOS-11, pytorch, 3.10, 1.13) success
pl-cpu (macOS-11, pytorch, 3.8, 1.10, oldest) success
pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.10) success
pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.11) success
pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12) success
pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.13) success
pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.10, oldest) success
pl-cpu (windows-2022, pytorch, 3.9, 1.11) success
pl-cpu (windows-2022, pytorch, 3.10, 1.12) success
pl-cpu (windows-2022, pytorch, 3.10, 1.13) success
pl-cpu (windows-2022, pytorch, 3.7, 1.10, oldest) success
pl-cpu (slow, macOS-11, pytorch, 3.7, 1.11) success
pl-cpu (slow, ubuntu-20.04, pytorch, 3.7, 1.11) success
pl-cpu (slow, windows-2022, pytorch, 3.7, 1.11) success
pl-cpu (macOS-11, lightning, 3.8, 1.13) success
pl-cpu (ubuntu-20.04, lightning, 3.8, 1.13) success
pl-cpu (windows-2022, lightning, 3.8, 1.13) success

These checks are required after the changes to .github/workflows/ci-tests-pytorch.yml, requirements/fabric/base.txt, requirements/fabric/examples.txt, src/lightning_fabric/__about__.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/accelerators/cuda.py, src/lightning_fabric/loggers/tensorboard.py, src/lightning_fabric/plugins/collectives/collective.py, src/lightning_fabric/plugins/collectives/torch_collective.py, src/lightning_fabric/plugins/environments/slurm.py, src/lightning_fabric/strategies/ddp.py, src/lightning_fabric/strategies/deepspeed.py, src/lightning_fabric/strategies/fsdp.py, src/lightning_fabric/strategies/parallel.py, src/lightning_fabric/utilities/cloud_io.py, src/lightning_fabric/utilities/device_dtype_mixin.py, src/lightning_fabric/utilities/distributed.py, src/lightning_fabric/utilities/imports.py, src/lightning_fabric/utilities/types.py, src/lightning_fabric/wrappers.py, requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/_graveyard/legacy_import_unpickler.py, src/pytorch_lightning/accelerators/cpu.py, src/pytorch_lightning/accelerators/cuda.py, src/pytorch_lightning/accelerators/mps.py, src/pytorch_lightning/callbacks/device_stats_monitor.py, src/pytorch_lightning/callbacks/progress/rich_progress.py, src/pytorch_lightning/callbacks/quantization.py, src/pytorch_lightning/callbacks/rich_model_summary.py, src/pytorch_lightning/cli.py, src/pytorch_lightning/core/datamodule.py, src/pytorch_lightning/core/module.py, src/pytorch_lightning/core/optimizer.py, src/pytorch_lightning/core/saving.py, src/pytorch_lightning/loggers/neptune.py, src/pytorch_lightning/loggers/tensorboard.py, src/pytorch_lightning/loggers/wandb.py, src/pytorch_lightning/loops/loop.py, src/pytorch_lightning/overrides/distributed.py, src/pytorch_lightning/overrides/torch_distributed.py, src/pytorch_lightning/serve/servable_module.py, src/pytorch_lightning/strategies/colossalai.py, src/pytorch_lightning/strategies/ddp.py, src/pytorch_lightning/strategies/ddp_spawn.py, src/pytorch_lightning/strategies/deepspeed.py, src/pytorch_lightning/strategies/fully_sharded_native.py, src/pytorch_lightning/strategies/hivemind.py, src/pytorch_lightning/strategies/horovod.py, src/pytorch_lightning/strategies/hpu_parallel.py, src/pytorch_lightning/strategies/ipu.py, src/pytorch_lightning/strategies/parallel.py, src/pytorch_lightning/trainer/connectors/logger_connector/result.py, src/pytorch_lightning/trainer/supporters.py, src/pytorch_lightning/utilities/auto_restart.py, src/pytorch_lightning/utilities/compile.py, src/pytorch_lightning/utilities/data.py, src/pytorch_lightning/utilities/distributed.py, src/pytorch_lightning/utilities/imports.py, src/pytorch_lightning/utilities/model_helpers.py, tests/tests_pytorch/callbacks/test_device_stats_monitor.py, tests/tests_pytorch/core/test_lightning_module.py, tests/tests_pytorch/core/test_metric_result_integration.py, tests/tests_pytorch/helpers/pipelines.py, tests/tests_pytorch/helpers/runif.py, tests/tests_pytorch/helpers/simple_models.py, tests/tests_pytorch/helpers/test_models.py, tests/tests_pytorch/loggers/test_all.py, tests/tests_pytorch/loggers/test_neptune.py, tests/tests_pytorch/loops/test_evaluation_loop.py, tests/tests_pytorch/models/test_amp.py, tests/tests_pytorch/models/test_onnx.py, tests/tests_pytorch/strategies/test_ddp.py, tests/tests_pytorch/strategies/test_ddp_fully_sharded_native.py, tests/tests_pytorch/strategies/test_deepspeed_strategy.py, tests/tests_pytorch/test_cli.py, tests/tests_pytorch/trainer/logging_/test_logger_connector.py, tests/tests_pytorch/trainer/logging_/test_train_loop_logging.py, tests/tests_pytorch/utilities/test_compile.py, tests/tests_pytorch/utilities/test_imports.py, pyproject.toml.

🔴 pytorch_lightning: Azure GPU
Check ID Status
pytorch-lightning (GPUs) failure

These checks are required after the changes to .azure/gpu-tests-pytorch.yml, requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/_graveyard/legacy_import_unpickler.py, src/pytorch_lightning/accelerators/cpu.py, src/pytorch_lightning/accelerators/cuda.py, src/pytorch_lightning/accelerators/mps.py, src/pytorch_lightning/callbacks/device_stats_monitor.py, src/pytorch_lightning/callbacks/progress/rich_progress.py, src/pytorch_lightning/callbacks/quantization.py, src/pytorch_lightning/callbacks/rich_model_summary.py, src/pytorch_lightning/cli.py, src/pytorch_lightning/core/datamodule.py, src/pytorch_lightning/core/module.py, src/pytorch_lightning/core/optimizer.py, src/pytorch_lightning/core/saving.py, src/pytorch_lightning/loggers/neptune.py, src/pytorch_lightning/loggers/tensorboard.py, src/pytorch_lightning/loggers/wandb.py, src/pytorch_lightning/loops/loop.py, src/pytorch_lightning/overrides/distributed.py, src/pytorch_lightning/overrides/torch_distributed.py, src/pytorch_lightning/serve/servable_module.py, src/pytorch_lightning/strategies/colossalai.py, src/pytorch_lightning/strategies/ddp.py, src/pytorch_lightning/strategies/ddp_spawn.py, src/pytorch_lightning/strategies/deepspeed.py, src/pytorch_lightning/strategies/fully_sharded_native.py, src/pytorch_lightning/strategies/hivemind.py, src/pytorch_lightning/strategies/horovod.py, src/pytorch_lightning/strategies/hpu_parallel.py, src/pytorch_lightning/strategies/ipu.py, src/pytorch_lightning/strategies/parallel.py, src/pytorch_lightning/trainer/connectors/logger_connector/result.py, src/pytorch_lightning/trainer/supporters.py, src/pytorch_lightning/utilities/auto_restart.py, src/pytorch_lightning/utilities/compile.py, src/pytorch_lightning/utilities/data.py, src/pytorch_lightning/utilities/distributed.py, src/pytorch_lightning/utilities/imports.py, src/pytorch_lightning/utilities/model_helpers.py, tests/tests_pytorch/callbacks/test_device_stats_monitor.py, tests/tests_pytorch/core/test_lightning_module.py, tests/tests_pytorch/core/test_metric_result_integration.py, tests/tests_pytorch/helpers/pipelines.py, tests/tests_pytorch/helpers/runif.py, tests/tests_pytorch/helpers/simple_models.py, tests/tests_pytorch/helpers/test_models.py, tests/tests_pytorch/loggers/test_all.py, tests/tests_pytorch/loggers/test_neptune.py, tests/tests_pytorch/loops/test_evaluation_loop.py, tests/tests_pytorch/models/test_amp.py, tests/tests_pytorch/models/test_onnx.py, tests/tests_pytorch/strategies/test_ddp.py, tests/tests_pytorch/strategies/test_ddp_fully_sharded_native.py, tests/tests_pytorch/strategies/test_deepspeed_strategy.py, tests/tests_pytorch/test_cli.py, tests/tests_pytorch/trainer/logging_/test_logger_connector.py, tests/tests_pytorch/trainer/logging_/test_train_loop_logging.py, tests/tests_pytorch/utilities/test_compile.py, tests/tests_pytorch/utilities/test_imports.py, pyproject.toml, requirements/fabric/base.txt, requirements/fabric/examples.txt, src/lightning_fabric/__about__.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/accelerators/cuda.py, src/lightning_fabric/loggers/tensorboard.py, src/lightning_fabric/plugins/collectives/collective.py, src/lightning_fabric/plugins/collectives/torch_collective.py, src/lightning_fabric/plugins/environments/slurm.py, src/lightning_fabric/strategies/ddp.py, src/lightning_fabric/strategies/deepspeed.py, src/lightning_fabric/strategies/fsdp.py, src/lightning_fabric/strategies/parallel.py, src/lightning_fabric/utilities/cloud_io.py, src/lightning_fabric/utilities/device_dtype_mixin.py, src/lightning_fabric/utilities/distributed.py, src/lightning_fabric/utilities/imports.py, src/lightning_fabric/utilities/types.py, src/lightning_fabric/wrappers.py.

🟢 pytorch_lightning: Benchmarks
Check ID Status
pytorch-lightning.Benchmark success

These checks are required after the changes to requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info.

🟢 pytorch_lightning: Azure HPU
Check ID Status
pytorch-lightning (HPUs) success

These checks are required after the changes to requirements/fabric/base.txt, requirements/fabric/examples.txt, src/lightning_fabric/__about__.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/accelerators/cuda.py, src/lightning_fabric/loggers/tensorboard.py, src/lightning_fabric/plugins/collectives/collective.py, src/lightning_fabric/plugins/collectives/torch_collective.py, src/lightning_fabric/plugins/environments/slurm.py, src/lightning_fabric/strategies/ddp.py, src/lightning_fabric/strategies/deepspeed.py, src/lightning_fabric/strategies/fsdp.py, src/lightning_fabric/strategies/parallel.py, src/lightning_fabric/utilities/cloud_io.py, src/lightning_fabric/utilities/device_dtype_mixin.py, src/lightning_fabric/utilities/distributed.py, src/lightning_fabric/utilities/imports.py, src/lightning_fabric/utilities/types.py, src/lightning_fabric/wrappers.py, requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/_graveyard/legacy_import_unpickler.py, src/pytorch_lightning/accelerators/cpu.py, src/pytorch_lightning/accelerators/cuda.py, src/pytorch_lightning/accelerators/mps.py, src/pytorch_lightning/callbacks/device_stats_monitor.py, src/pytorch_lightning/callbacks/progress/rich_progress.py, src/pytorch_lightning/callbacks/quantization.py, src/pytorch_lightning/callbacks/rich_model_summary.py, src/pytorch_lightning/cli.py, src/pytorch_lightning/core/datamodule.py, src/pytorch_lightning/core/module.py, src/pytorch_lightning/core/optimizer.py, src/pytorch_lightning/core/saving.py, src/pytorch_lightning/loggers/neptune.py, src/pytorch_lightning/loggers/tensorboard.py, src/pytorch_lightning/loggers/wandb.py, src/pytorch_lightning/loops/loop.py, src/pytorch_lightning/overrides/distributed.py, src/pytorch_lightning/overrides/torch_distributed.py, src/pytorch_lightning/serve/servable_module.py, src/pytorch_lightning/strategies/colossalai.py, src/pytorch_lightning/strategies/ddp.py, src/pytorch_lightning/strategies/ddp_spawn.py, src/pytorch_lightning/strategies/deepspeed.py, src/pytorch_lightning/strategies/fully_sharded_native.py, src/pytorch_lightning/strategies/hivemind.py, src/pytorch_lightning/strategies/horovod.py, src/pytorch_lightning/strategies/hpu_parallel.py, src/pytorch_lightning/strategies/ipu.py, src/pytorch_lightning/strategies/parallel.py, src/pytorch_lightning/trainer/connectors/logger_connector/result.py, src/pytorch_lightning/trainer/supporters.py, src/pytorch_lightning/utilities/auto_restart.py, src/pytorch_lightning/utilities/compile.py, src/pytorch_lightning/utilities/data.py, src/pytorch_lightning/utilities/distributed.py, src/pytorch_lightning/utilities/imports.py, src/pytorch_lightning/utilities/model_helpers.py, tests/tests_pytorch/callbacks/test_device_stats_monitor.py, tests/tests_pytorch/core/test_lightning_module.py, tests/tests_pytorch/core/test_metric_result_integration.py, tests/tests_pytorch/helpers/pipelines.py, tests/tests_pytorch/helpers/runif.py, tests/tests_pytorch/helpers/simple_models.py, tests/tests_pytorch/helpers/test_models.py, tests/tests_pytorch/loggers/test_all.py, tests/tests_pytorch/loggers/test_neptune.py, tests/tests_pytorch/loops/test_evaluation_loop.py, tests/tests_pytorch/models/test_amp.py, tests/tests_pytorch/models/test_onnx.py, tests/tests_pytorch/strategies/test_ddp.py, tests/tests_pytorch/strategies/test_ddp_fully_sharded_native.py, tests/tests_pytorch/strategies/test_deepspeed_strategy.py, tests/tests_pytorch/test_cli.py, tests/tests_pytorch/trainer/logging_/test_logger_connector.py, tests/tests_pytorch/trainer/logging_/test_train_loop_logging.py, tests/tests_pytorch/utilities/test_compile.py, tests/tests_pytorch/utilities/test_imports.py, pyproject.toml.

🟢 pytorch_lightning: Docs
Check ID Status
make-doctest (pytorch) success
make-html (pytorch) success

These checks are required after the changes to src/pytorch_lightning/__setup__.py, src/pytorch_lightning/_graveyard/legacy_import_unpickler.py, src/pytorch_lightning/accelerators/cpu.py, src/pytorch_lightning/accelerators/cuda.py, src/pytorch_lightning/accelerators/mps.py, src/pytorch_lightning/callbacks/device_stats_monitor.py, src/pytorch_lightning/callbacks/progress/rich_progress.py, src/pytorch_lightning/callbacks/quantization.py, src/pytorch_lightning/callbacks/rich_model_summary.py, src/pytorch_lightning/cli.py, src/pytorch_lightning/core/datamodule.py, src/pytorch_lightning/core/module.py, src/pytorch_lightning/core/optimizer.py, src/pytorch_lightning/core/saving.py, src/pytorch_lightning/loggers/neptune.py, src/pytorch_lightning/loggers/tensorboard.py, src/pytorch_lightning/loggers/wandb.py, src/pytorch_lightning/loops/loop.py, src/pytorch_lightning/overrides/distributed.py, src/pytorch_lightning/overrides/torch_distributed.py, src/pytorch_lightning/serve/servable_module.py, src/pytorch_lightning/strategies/colossalai.py, src/pytorch_lightning/strategies/ddp.py, src/pytorch_lightning/strategies/ddp_spawn.py, src/pytorch_lightning/strategies/deepspeed.py, src/pytorch_lightning/strategies/fully_sharded_native.py, src/pytorch_lightning/strategies/hivemind.py, src/pytorch_lightning/strategies/horovod.py, src/pytorch_lightning/strategies/hpu_parallel.py, src/pytorch_lightning/strategies/ipu.py, src/pytorch_lightning/strategies/parallel.py, src/pytorch_lightning/trainer/connectors/logger_connector/result.py, src/pytorch_lightning/trainer/supporters.py, src/pytorch_lightning/utilities/auto_restart.py, src/pytorch_lightning/utilities/compile.py, src/pytorch_lightning/utilities/data.py, src/pytorch_lightning/utilities/distributed.py, src/pytorch_lightning/utilities/imports.py, src/pytorch_lightning/utilities/model_helpers.py, docs/source-pytorch/_templates/theme_variables.jinja, docs/source-pytorch/advanced/training_tricks.rst, docs/source-pytorch/clouds/cluster_advanced.rst, docs/source-pytorch/common_usecases.rst, docs/source-pytorch/ecosystem/ecosystem-ci.rst, docs/source-pytorch/expertise_levels.rst, docs/source-pytorch/index.rst, docs/source-pytorch/levels/advanced.rst, docs/source-pytorch/levels/advanced_level_20.rst, docs/source-pytorch/levels/core_skills.rst, docs/source-pytorch/levels/expert.rst, docs/source-pytorch/levels/intermediate.rst, docs/source-pytorch/past_versions.rst, docs/source-pytorch/starter/introduction.rst, docs/source-pytorch/tutorials.rst, docs/source-pytorch/upgrade/from_1_4.rst, docs/source-pytorch/upgrade/from_1_5.rst, docs/source-pytorch/upgrade/from_1_6.rst, docs/source-pytorch/upgrade/from_1_7.rst, docs/source-pytorch/upgrade/from_1_8.rst, docs/source-pytorch/upgrade/from_1_9.rst, docs/source-pytorch/upgrade/migration_guide.rst, docs/source-pytorch/upgrade/sections/1_4_advanced.rst, docs/source-pytorch/upgrade/sections/1_4_devel.rst, docs/source-pytorch/upgrade/sections/1_4_regular.rst, docs/source-pytorch/upgrade/sections/1_5_advanced.rst, docs/source-pytorch/upgrade/sections/1_5_devel.rst, docs/source-pytorch/upgrade/sections/1_5_regular.rst, docs/source-pytorch/upgrade/sections/1_6_advanced.rst, docs/source-pytorch/upgrade/sections/1_6_devel.rst, docs/source-pytorch/upgrade/sections/1_6_regular.rst, docs/source-pytorch/upgrade/sections/1_7_advanced.rst, docs/source-pytorch/upgrade/sections/1_7_devel.rst, docs/source-pytorch/upgrade/sections/1_7_regular.rst, docs/source-pytorch/upgrade/sections/1_8_advanced.rst, docs/source-pytorch/upgrade/sections/1_8_devel.rst, docs/source-pytorch/upgrade/sections/1_8_regular.rst, docs/source-pytorch/upgrade/sections/1_9_advanced.rst, docs/source-pytorch/upgrade/sections/1_9_devel.rst, docs/source-pytorch/upgrade/sections/1_9_regular.rst, docs/source-pytorch/versioning.rst, docs/source-pytorch/visualize/supported_exp_managers.rst, .github/workflows/docs-build.yml, requirements/docs.txt, requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info, setup.py, pyproject.toml.

🟢 pytorch_lightning: Docker
Check ID Status
build-cuda (3.8, 1.10, 11.3.1) success
build-cuda (3.8, 1.11, 11.3.1) success
build-cuda (3.8, 1.12, 11.3.1) success
build-cuda (3.8, 1.13, 11.6.1) success
build-hpu (1.5.0, 1.11.0) success
build-ipu (3.8, 1.13) success
build-NGC success
build-pl (3.8, 1.10, 11.3.1) success
build-pl (3.8, 1.11, 11.3.1) success
build-pl (3.8, 1.12, 11.3.1) success
build-pl (3.8, 1.13, 11.6.1) success
build-xla (3.7, 1.12) success

These checks are required after the changes to .github/workflows/ci-dockers-pytorch.yml, dockers/base-cuda/Dockerfile, dockers/base-ipu/Dockerfile, dockers/base-xla/Dockerfile, dockers/ci-runner-hpu/Dockerfile, dockers/docs/Dockerfile, requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info, requirements/fabric/base.txt, requirements/fabric/examples.txt, setup.py.

🟢 lightning_fabric: CPU workflow
Check ID Status
fabric-cpu (macOS-11, fabric, 3.8, 1.11) success
fabric-cpu (macOS-11, fabric, 3.9, 1.12) success
fabric-cpu (macOS-11, fabric, 3.10, 1.13) success
fabric-cpu (macOS-11, fabric, 3.7, 1.10, oldest) success
fabric-cpu (ubuntu-20.04, fabric, 3.8, 1.10) success
fabric-cpu (ubuntu-20.04, fabric, 3.9, 1.11) success
fabric-cpu (ubuntu-20.04, fabric, 3.10, 1.12) success
fabric-cpu (ubuntu-20.04, fabric, 3.10, 1.13) success
fabric-cpu (ubuntu-20.04, fabric, 3.7, 1.10, oldest) success
fabric-cpu (windows-2022, fabric, 3.9, 1.11) success
fabric-cpu (windows-2022, fabric, 3.10, 1.12) success
fabric-cpu (windows-2022, fabric, 3.10, 1.13) success
fabric-cpu (windows-2022, fabric, 3.7, 1.10, oldest) success
fabric-cpu (macOS-11, lightning, 3.8, 1.13) success
fabric-cpu (ubuntu-20.04, lightning, 3.8, 1.13) success
fabric-cpu (windows-2022, lightning, 3.8, 1.13) success

These checks are required after the changes to requirements/fabric/base.txt, requirements/fabric/examples.txt, src/lightning_fabric/__about__.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/accelerators/cuda.py, src/lightning_fabric/loggers/tensorboard.py, src/lightning_fabric/plugins/collectives/collective.py, src/lightning_fabric/plugins/collectives/torch_collective.py, src/lightning_fabric/plugins/environments/slurm.py, src/lightning_fabric/strategies/ddp.py, src/lightning_fabric/strategies/deepspeed.py, src/lightning_fabric/strategies/fsdp.py, src/lightning_fabric/strategies/parallel.py, src/lightning_fabric/utilities/cloud_io.py, src/lightning_fabric/utilities/device_dtype_mixin.py, src/lightning_fabric/utilities/distributed.py, src/lightning_fabric/utilities/imports.py, src/lightning_fabric/utilities/types.py, src/lightning_fabric/wrappers.py, tests/tests_fabric/accelerators/test_cuda.py, tests/tests_fabric/accelerators/test_mps.py, tests/tests_fabric/accelerators/test_tpu.py, tests/tests_fabric/loggers/test_tensorboard.py, tests/tests_fabric/plugins/collectives/test_torch_collective.py, tests/tests_fabric/plugins/environments/test_slurm.py, tests/tests_fabric/plugins/environments/test_xla.py, tests/tests_fabric/plugins/precision/test_deepspeed.py, tests/tests_fabric/plugins/precision/test_deepspeed_integration.py, tests/tests_fabric/plugins/precision/test_double_integration.py, tests/tests_fabric/plugins/precision/test_fsdp.py, tests/tests_fabric/plugins/precision/test_native_amp_integration.py, tests/tests_fabric/strategies/launchers/test_multiprocessing.py, tests/tests_fabric/strategies/test_deepspeed.py, tests/tests_fabric/strategies/test_deepspeed_integration.py, tests/tests_fabric/strategies/test_fsdp.py, tests/tests_fabric/strategies/test_fsdp_integration.py, tests/tests_fabric/strategies/test_xla.py, tests/tests_fabric/test_cli.py, tests/tests_fabric/test_connector.py, tests/tests_fabric/test_fabric.py, tests/tests_fabric/test_parity.py, tests/tests_fabric/test_wrappers.py, tests/tests_fabric/utilities/test_data.py, tests/tests_fabric/utilities/test_device_dtype_mixin.py, tests/tests_fabric/utilities/test_distributed.py, tests/tests_fabric/utilities/test_imports.py, tests/tests_fabric/utilities/test_xla_device_utils.py, pyproject.toml, .github/workflows/ci-tests-fabric.yml.

🔴 lightning_fabric: Azure GPU
Check ID Status
lightning-fabric (GPUs) failure

These checks are required after the changes to .azure/gpu-tests-fabric.yml, requirements/fabric/base.txt, requirements/fabric/examples.txt, src/lightning_fabric/__about__.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/accelerators/cuda.py, src/lightning_fabric/loggers/tensorboard.py, src/lightning_fabric/plugins/collectives/collective.py, src/lightning_fabric/plugins/collectives/torch_collective.py, src/lightning_fabric/plugins/environments/slurm.py, src/lightning_fabric/strategies/ddp.py, src/lightning_fabric/strategies/deepspeed.py, src/lightning_fabric/strategies/fsdp.py, src/lightning_fabric/strategies/parallel.py, src/lightning_fabric/utilities/cloud_io.py, src/lightning_fabric/utilities/device_dtype_mixin.py, src/lightning_fabric/utilities/distributed.py, src/lightning_fabric/utilities/imports.py, src/lightning_fabric/utilities/types.py, src/lightning_fabric/wrappers.py, tests/tests_fabric/accelerators/test_cuda.py, tests/tests_fabric/accelerators/test_mps.py, tests/tests_fabric/accelerators/test_tpu.py, tests/tests_fabric/loggers/test_tensorboard.py, tests/tests_fabric/plugins/collectives/test_torch_collective.py, tests/tests_fabric/plugins/environments/test_slurm.py, tests/tests_fabric/plugins/environments/test_xla.py, tests/tests_fabric/plugins/precision/test_deepspeed.py, tests/tests_fabric/plugins/precision/test_deepspeed_integration.py, tests/tests_fabric/plugins/precision/test_double_integration.py, tests/tests_fabric/plugins/precision/test_fsdp.py, tests/tests_fabric/plugins/precision/test_native_amp_integration.py, tests/tests_fabric/strategies/launchers/test_multiprocessing.py, tests/tests_fabric/strategies/test_deepspeed.py, tests/tests_fabric/strategies/test_deepspeed_integration.py, tests/tests_fabric/strategies/test_fsdp.py, tests/tests_fabric/strategies/test_fsdp_integration.py, tests/tests_fabric/strategies/test_xla.py, tests/tests_fabric/test_cli.py, tests/tests_fabric/test_connector.py, tests/tests_fabric/test_fabric.py, tests/tests_fabric/test_parity.py, tests/tests_fabric/test_wrappers.py, tests/tests_fabric/utilities/test_data.py, tests/tests_fabric/utilities/test_device_dtype_mixin.py, tests/tests_fabric/utilities/test_distributed.py, tests/tests_fabric/utilities/test_imports.py, tests/tests_fabric/utilities/test_xla_device_utils.py, pyproject.toml.

🔴 lightning_app: Tests workflow
Check ID Status
app-pytest (macOS-11, app, 3.8, latest) success
app-pytest (macOS-11, app, 3.8, oldest) cancelled 🚫
app-pytest (macOS-11, lightning, 3.9, latest) success
app-pytest (ubuntu-20.04, app, 3.8, latest) success
app-pytest (ubuntu-20.04, app, 3.8, oldest) success
app-pytest (ubuntu-20.04, lightning, 3.9, latest) success
app-pytest (windows-2022, app, 3.8, latest) success
app-pytest (windows-2022, app, 3.8, oldest) success
app-pytest (windows-2022, lightning, 3.8, latest) success

These checks are required after the changes to .github/workflows/ci-tests-app.yml, src/lightning_app/__about__.py, src/lightning_app/__setup__.py, src/lightning_app/cli/cmd_apps.py, src/lightning_app/cli/cmd_clusters.py, src/lightning_app/cli/cmd_init.py, src/lightning_app/cli/cmd_install.py, src/lightning_app/cli/cmd_react_ui_init.py, src/lightning_app/cli/lightning_cli.py, src/lightning_app/core/app.py, src/lightning_app/core/constants.py, src/lightning_app/core/flow.py, src/lightning_app/core/queues.py, src/lightning_app/core/work.py, src/lightning_app/plugin/plugin.py, src/lightning_app/runners/backends/cloud.py, src/lightning_app/runners/cloud.py, src/lightning_app/runners/runtime.py, src/lightning_app/source_code/local.py, src/lightning_app/utilities/packaging/build_config.py, tests/tests_app/cli/test_cloud_cli.py, tests/tests_app/cli/test_run_app.py, tests/tests_app/components/python/test_python.py, tests/tests_app/components/serve/test_model_inference_api.py, tests/tests_app/core/test_lightning_app.py, tests/tests_app/plugin/test_plugin.py, tests/tests_app/runners/test_cloud.py, tests/tests_app/runners/test_runtime.py, tests/tests_app/utilities/packaging/test_build_spec.py, tests/tests_app/utilities/test_tracer.py, requirements/app/base.txt, requirements/app/test.txt, setup.py.

🟢 lightning_app: Examples
Check ID Status
app-examples (macOS-11, app, 3.9, latest) success
app-examples (macOS-11, app, 3.9, oldest) success
app-examples (macOS-11, lightning, 3.9, latest) success
app-examples (ubuntu-20.04, app, 3.9, latest) success
app-examples (ubuntu-20.04, app, 3.9, oldest) success
app-examples (ubuntu-20.04, lightning, 3.9, latest) success
app-examples (windows-2022, app, 3.9, latest) success
app-examples (windows-2022, app, 3.9, oldest) success
app-examples (windows-2022, lightning, 3.9, latest) success

These checks are required after the changes to src/lightning_app/__about__.py, src/lightning_app/__setup__.py, src/lightning_app/cli/cmd_apps.py, src/lightning_app/cli/cmd_clusters.py, src/lightning_app/cli/cmd_init.py, src/lightning_app/cli/cmd_install.py, src/lightning_app/cli/cmd_react_ui_init.py, src/lightning_app/cli/lightning_cli.py, src/lightning_app/core/app.py, src/lightning_app/core/constants.py, src/lightning_app/core/flow.py, src/lightning_app/core/queues.py, src/lightning_app/core/work.py, src/lightning_app/plugin/plugin.py, src/lightning_app/runners/backends/cloud.py, src/lightning_app/runners/cloud.py, src/lightning_app/runners/runtime.py, src/lightning_app/source_code/local.py, src/lightning_app/utilities/packaging/build_config.py, tests/integrations_app/apps/custom_work_dependencies/app.py, tests/integrations_app/conftest.py, tests/integrations_app/local/test_collect_failures.py, tests/integrations_app/local/test_core_features_app.py, tests/integrations_app/local/test_custom_work_dependencies.py, tests/integrations_app/local/test_idle_timeout.py, tests/integrations_app/public/test_app_dag.py, tests/integrations_app/public/test_argparse.py, tests/integrations_app/public/test_boring_app.py, tests/integrations_app/public/test_commands_and_api.py, tests/integrations_app/public/test_drive.py, tests/integrations_app/public/test_installation_commands_app.py, tests/integrations_app/public/test_layout.py, tests/integrations_app/public/test_multi_node.py, tests/integrations_app/public/test_payload.py, tests/integrations_app/public/test_pickle_or_not.py, tests/integrations_app/public/test_quick_start.py, tests/integrations_app/public/test_scripts.py, tests/integrations_app/public/test_template_react_ui.py, tests/integrations_app/public/test_template_streamlit_ui.py, tests/integrations_app/public/test_v0_app.py, examples/app_components/python/app.py, examples/app_hpo/objective.py, requirements/app/base.txt, requirements/app/test.txt, setup.py.

🔴 lightning: Flagships
Check ID Status
test-flagships / run-flagships (flashy, Lightning-Universe/Flashy-app) cancelled 🚫

These checks are required after the changes to .github/workflows/_flagship-apps.yml, .github/workflows/ci-flagship-apps.yml, tests/integrations_app/flagship/test_flashy.py.

🔴 lightning_app: Azure
Check ID Status
App.cloud-e2e failure

These checks are required after the changes to .azure/app-cloud-e2e.yml, src/lightning_app/__about__.py, src/lightning_app/__setup__.py, src/lightning_app/cli/cmd_apps.py, src/lightning_app/cli/cmd_clusters.py, src/lightning_app/cli/cmd_init.py, src/lightning_app/cli/cmd_install.py, src/lightning_app/cli/cmd_react_ui_init.py, src/lightning_app/cli/lightning_cli.py, src/lightning_app/core/app.py, src/lightning_app/core/constants.py, src/lightning_app/core/flow.py, src/lightning_app/core/queues.py, src/lightning_app/core/work.py, src/lightning_app/plugin/plugin.py, src/lightning_app/runners/backends/cloud.py, src/lightning_app/runners/cloud.py, src/lightning_app/runners/runtime.py, src/lightning_app/source_code/local.py, src/lightning_app/utilities/packaging/build_config.py, requirements/app/base.txt, requirements/app/test.txt, tests/integrations_app/apps/custom_work_dependencies/app.py, tests/integrations_app/conftest.py, tests/integrations_app/local/test_collect_failures.py, tests/integrations_app/local/test_core_features_app.py, tests/integrations_app/local/test_custom_work_dependencies.py, tests/integrations_app/local/test_idle_timeout.py, tests/integrations_app/public/test_app_dag.py, tests/integrations_app/public/test_argparse.py, tests/integrations_app/public/test_boring_app.py, tests/integrations_app/public/test_commands_and_api.py, tests/integrations_app/public/test_drive.py, tests/integrations_app/public/test_installation_commands_app.py, tests/integrations_app/public/test_layout.py, tests/integrations_app/public/test_multi_node.py, tests/integrations_app/public/test_payload.py, tests/integrations_app/public/test_pickle_or_not.py, tests/integrations_app/public/test_quick_start.py, tests/integrations_app/public/test_scripts.py, tests/integrations_app/public/test_template_react_ui.py, tests/integrations_app/public/test_template_streamlit_ui.py, tests/integrations_app/public/test_v0_app.py, setup.py.

🟢 lightning_app: Docs
Check ID Status
make-doctest (app) success
make-html (app) success

These checks are required after the changes to src/lightning_app/__about__.py, src/lightning_app/__setup__.py, src/lightning_app/cli/cmd_apps.py, src/lightning_app/cli/cmd_clusters.py, src/lightning_app/cli/cmd_init.py, src/lightning_app/cli/cmd_install.py, src/lightning_app/cli/cmd_react_ui_init.py, src/lightning_app/cli/lightning_cli.py, src/lightning_app/core/app.py, src/lightning_app/core/constants.py, src/lightning_app/core/flow.py, src/lightning_app/core/queues.py, src/lightning_app/core/work.py, src/lightning_app/plugin/plugin.py, src/lightning_app/runners/backends/cloud.py, src/lightning_app/runners/cloud.py, src/lightning_app/runners/runtime.py, src/lightning_app/source_code/local.py, src/lightning_app/utilities/packaging/build_config.py, docs/source-app/_templates/theme_variables.jinja, docs/source-app/get_started/add_an_interactive_demo.rst, docs/source-app/get_started/build_model.rst, docs/source-app/get_started/go_beyond_training.rst, docs/source-app/get_started/jumpstart_from_app_gallery.rst, docs/source-app/get_started/jumpstart_from_component_gallery.rst, docs/source-app/get_started/training_with_apps.rst, docs/source-app/get_started/what_app_can_do.rst, docs/source-app/index.rst, docs/source-app/install/installation.rst, docs/source-app/levels/advanced/index.rst, docs/source-app/levels/basic/build_a_lightning_component.rst, docs/source-app/levels/basic/index.rst, docs/source-app/levels/expert/index.rst, docs/source-app/levels/intermediate/index.rst, .github/workflows/docs-build.yml, requirements/docs.txt, requirements/app/base.txt, requirements/app/test.txt, setup.py, pyproject.toml.

🟢 mypy
Check ID Status
mypy success

These checks are required after the changes to .github/workflows/code-checks.yml, requirements/app/base.txt, requirements/app/test.txt, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info, requirements/typing.txt, src/lightning/__setup__.py, src/lightning_app/__about__.py, src/lightning_app/__setup__.py, src/lightning_app/cli/cmd_apps.py, src/lightning_app/cli/cmd_clusters.py, src/lightning_app/cli/cmd_init.py, src/lightning_app/cli/cmd_install.py, src/lightning_app/cli/cmd_react_ui_init.py, src/lightning_app/cli/lightning_cli.py, src/lightning_app/core/app.py, src/lightning_app/core/constants.py, src/lightning_app/core/flow.py, src/lightning_app/core/queues.py, src/lightning_app/core/work.py, src/lightning_app/plugin/plugin.py, src/lightning_app/runners/backends/cloud.py, src/lightning_app/runners/cloud.py, src/lightning_app/runners/runtime.py, src/lightning_app/source_code/local.py, src/lightning_app/utilities/packaging/build_config.py, src/lightning_fabric/__about__.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/accelerators/cuda.py, src/lightning_fabric/loggers/tensorboard.py, src/lightning_fabric/plugins/collectives/collective.py, src/lightning_fabric/plugins/collectives/torch_collective.py, src/lightning_fabric/plugins/environments/slurm.py, src/lightning_fabric/strategies/ddp.py, src/lightning_fabric/strategies/deepspeed.py, src/lightning_fabric/strategies/fsdp.py, src/lightning_fabric/strategies/parallel.py, src/lightning_fabric/utilities/cloud_io.py, src/lightning_fabric/utilities/device_dtype_mixin.py, src/lightning_fabric/utilities/distributed.py, src/lightning_fabric/utilities/imports.py, src/lightning_fabric/utilities/types.py, src/lightning_fabric/wrappers.py, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/_graveyard/legacy_import_unpickler.py, src/pytorch_lightning/accelerators/cpu.py, src/pytorch_lightning/accelerators/cuda.py, src/pytorch_lightning/accelerators/mps.py, src/pytorch_lightning/callbacks/device_stats_monitor.py, src/pytorch_lightning/callbacks/progress/rich_progress.py, src/pytorch_lightning/callbacks/quantization.py, src/pytorch_lightning/callbacks/rich_model_summary.py, src/pytorch_lightning/cli.py, src/pytorch_lightning/core/datamodule.py, src/pytorch_lightning/core/module.py, src/pytorch_lightning/core/optimizer.py, src/pytorch_lightning/core/saving.py, src/pytorch_lightning/loggers/neptune.py, src/pytorch_lightning/loggers/tensorboard.py, src/pytorch_lightning/loggers/wandb.py, src/pytorch_lightning/loops/loop.py, src/pytorch_lightning/overrides/distributed.py, src/pytorch_lightning/overrides/torch_distributed.py, src/pytorch_lightning/serve/servable_module.py, src/pytorch_lightning/strategies/colossalai.py, src/pytorch_lightning/strategies/ddp.py, src/pytorch_lightning/strategies/ddp_spawn.py, src/pytorch_lightning/strategies/deepspeed.py, src/pytorch_lightning/strategies/fully_sharded_native.py, src/pytorch_lightning/strategies/hivemind.py, src/pytorch_lightning/strategies/horovod.py, src/pytorch_lightning/strategies/hpu_parallel.py, src/pytorch_lightning/strategies/ipu.py, src/pytorch_lightning/strategies/parallel.py, src/pytorch_lightning/trainer/connectors/logger_connector/result.py, src/pytorch_lightning/trainer/supporters.py, src/pytorch_lightning/utilities/auto_restart.py, src/pytorch_lightning/utilities/compile.py, src/pytorch_lightning/utilities/data.py, src/pytorch_lightning/utilities/distributed.py, src/pytorch_lightning/utilities/imports.py, src/pytorch_lightning/utilities/model_helpers.py, src/version.info, pyproject.toml.

🟢 install
Check ID Status
install-pkg (ubuntu-22.04, app, 3.7) success
install-pkg (ubuntu-22.04, app, 3.10) success
install-pkg (ubuntu-22.04, fabric, 3.7) success
install-pkg (ubuntu-22.04, fabric, 3.10) success
install-pkg (ubuntu-22.04, pytorch, 3.7) success
install-pkg (ubuntu-22.04, pytorch, 3.10) success
install-pkg (ubuntu-22.04, lightning, 3.7) success
install-pkg (ubuntu-22.04, lightning, 3.10) success
install-pkg (ubuntu-22.04, notset, 3.7) success
install-pkg (ubuntu-22.04, notset, 3.10) success
install-pkg (macOS-12, app, 3.7) success
install-pkg (macOS-12, app, 3.10) success
install-pkg (macOS-12, fabric, 3.7) success
install-pkg (macOS-12, fabric, 3.10) success
install-pkg (macOS-12, pytorch, 3.7) success
install-pkg (macOS-12, pytorch, 3.10) success
install-pkg (macOS-12, lightning, 3.7) success
install-pkg (macOS-12, lightning, 3.10) success
install-pkg (macOS-12, notset, 3.7) success
install-pkg (macOS-12, notset, 3.10) success
install-pkg (windows-2022, app, 3.7) success
install-pkg (windows-2022, app, 3.10) success
install-pkg (windows-2022, fabric, 3.7) success
install-pkg (windows-2022, fabric, 3.10) success
install-pkg (windows-2022, pytorch, 3.7) success
install-pkg (windows-2022, pytorch, 3.10) success
install-pkg (windows-2022, lightning, 3.7) success
install-pkg (windows-2022, lightning, 3.10) success
install-pkg (windows-2022, notset, 3.7) success
install-pkg (windows-2022, notset, 3.10) success

These checks are required after the changes to .github/workflows/_build-packages.yml, setup.py, src/lightning/__setup__.py, src/lightning_app/__about__.py, src/lightning_app/__setup__.py, src/lightning_app/cli/cmd_apps.py, src/lightning_app/cli/cmd_clusters.py, src/lightning_app/cli/cmd_init.py, src/lightning_app/cli/cmd_install.py, src/lightning_app/cli/cmd_react_ui_init.py, src/lightning_app/cli/lightning_cli.py, src/lightning_app/core/app.py, src/lightning_app/core/constants.py, src/lightning_app/core/flow.py, src/lightning_app/core/queues.py, src/lightning_app/core/work.py, src/lightning_app/plugin/plugin.py, src/lightning_app/runners/backends/cloud.py, src/lightning_app/runners/cloud.py, src/lightning_app/runners/runtime.py, src/lightning_app/source_code/local.py, src/lightning_app/utilities/packaging/build_config.py, src/lightning_fabric/__about__.py, src/lightning_fabric/__setup__.py, src/lightning_fabric/accelerators/cuda.py, src/lightning_fabric/loggers/tensorboard.py, src/lightning_fabric/plugins/collectives/collective.py, src/lightning_fabric/plugins/collectives/torch_collective.py, src/lightning_fabric/plugins/environments/slurm.py, src/lightning_fabric/strategies/ddp.py, src/lightning_fabric/strategies/deepspeed.py, src/lightning_fabric/strategies/fsdp.py, src/lightning_fabric/strategies/parallel.py, src/lightning_fabric/utilities/cloud_io.py, src/lightning_fabric/utilities/device_dtype_mixin.py, src/lightning_fabric/utilities/distributed.py, src/lightning_fabric/utilities/imports.py, src/lightning_fabric/utilities/types.py, src/lightning_fabric/wrappers.py, src/pytorch_lightning/__setup__.py, src/pytorch_lightning/_graveyard/legacy_import_unpickler.py, src/pytorch_lightning/accelerators/cpu.py, src/pytorch_lightning/accelerators/cuda.py, src/pytorch_lightning/accelerators/mps.py, src/pytorch_lightning/callbacks/device_stats_monitor.py, src/pytorch_lightning/callbacks/progress/rich_progress.py, src/pytorch_lightning/callbacks/quantization.py, src/pytorch_lightning/callbacks/rich_model_summary.py, src/pytorch_lightning/cli.py, src/pytorch_lightning/core/datamodule.py, src/pytorch_lightning/core/module.py, src/pytorch_lightning/core/optimizer.py, src/pytorch_lightning/core/saving.py, src/pytorch_lightning/loggers/neptune.py, src/pytorch_lightning/loggers/tensorboard.py, src/pytorch_lightning/loggers/wandb.py, src/pytorch_lightning/loops/loop.py, src/pytorch_lightning/overrides/distributed.py, src/pytorch_lightning/overrides/torch_distributed.py, src/pytorch_lightning/serve/servable_module.py, src/pytorch_lightning/strategies/colossalai.py, src/pytorch_lightning/strategies/ddp.py, src/pytorch_lightning/strategies/ddp_spawn.py, src/pytorch_lightning/strategies/deepspeed.py, src/pytorch_lightning/strategies/fully_sharded_native.py, src/pytorch_lightning/strategies/hivemind.py, src/pytorch_lightning/strategies/horovod.py, src/pytorch_lightning/strategies/hpu_parallel.py, src/pytorch_lightning/strategies/ipu.py, src/pytorch_lightning/strategies/parallel.py, src/pytorch_lightning/trainer/connectors/logger_connector/result.py, src/pytorch_lightning/trainer/supporters.py, src/pytorch_lightning/utilities/auto_restart.py, src/pytorch_lightning/utilities/compile.py, src/pytorch_lightning/utilities/data.py, src/pytorch_lightning/utilities/distributed.py, src/pytorch_lightning/utilities/imports.py, src/pytorch_lightning/utilities/model_helpers.py, src/version.info, requirements/app/base.txt, requirements/app/test.txt, requirements/fabric/base.txt, requirements/fabric/examples.txt, requirements/pytorch/adjust-versions.py, requirements/pytorch/base.txt, requirements/pytorch/examples.txt, requirements/pytorch/loggers.info, requirements/typing.txt.

🟢 link-check
Check ID Status
check-md-links / markdown-link-check success

These checks are required after the changes to .github/workflows/ci-check-md-links.yml, README.md, src/lightning_app/CHANGELOG.md, src/lightning_app/README.md, src/lightning_fabric/CHANGELOG.md, src/lightning_fabric/README.md, src/pytorch_lightning/CHANGELOG.md, src/pytorch_lightning/README.md.


Thank you for your contribution! 💜

Note
This comment is automatically generated and updates for 90 minutes every 180 seconds. If you have any other questions, contact carmocca for help.

@github-actions github-actions bot added app Generic label for Lightning App package fabric lightning.fabric.Fabric pl Generic label for PyTorch Lightning package labels Mar 29, 2023
@github-actions github-actions bot added the ci Continuous Integration label Mar 29, 2023
@Borda Borda force-pushed the releasing/1.9.5 branch 7 times, most recently from 9a23eb9 to f7b19d2 Compare March 29, 2023 18:41
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>

(cherry picked from commit b4e29e0)
(cherry picked from commit ac815ec)
Borda and others added 13 commits March 31, 2023 22:57
* docs: migration guide - structure

* update

* try

* ...

* 1.9

* 1.8

* 1.7

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* cleaning 1.9

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* crosslink

* ...

* placeholder

* 1.6

* placeholders

* 1.5

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* 1.4

* Apply suggestions from code review

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
(cherry picked from commit 2f39bb6)
* update links to Discord

* link

* Apply suggestions from code review

Co-authored-by: Luca Antiga <luca.antiga@gmail.com>

* slack

* Update docs/source-app/levels/expert/index.rst

* Apply suggestions from code review

---------

Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

(cherry picked from commit f25dfbe)
(cherry picked from commit ad1c994)
(cherry picked from commit 1ddafcf)
…> `use_distributed_sampler` (#17113)

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
(cherry picked from commit 8074219)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

(cherry picked from commit a77e336)
(cherry picked from commit 4ce1b65)
(cherry picked from commit c575efb)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 60c9f24)
…oup by default (#16995)

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
(cherry picked from commit bb861cb)
@Borda Borda changed the title LTS: rolling patch release 1.9.5 [wip] LTS: rolling patch release 1.9.5 Mar 31, 2023
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

(cherry picked from commit 66e2111)
kshitij12345 and others added 6 commits April 1, 2023 01:25
Co-authored-by: Sabine <sabine.nyholm@neptune.ai>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

(cherry picked from commit 04a2f33)
* ci unfreeze for master

* accept str

* crone

* is in

* str

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

(cherry picked from commit 210c728)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Cole Hawkins <colehawk>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
(cherry picked from commit c271d4c)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
(cherry picked from commit 3458258)
Copy link
Member

@awaelchli awaelchli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Borda for taking this up

@Borda
Copy link
Member Author

Borda commented Apr 3, 2023

Let's debug the failing cases in another PR... 🐿️

@mergify mergify bot added the ready PRs ready to be merged label Apr 3, 2023
@lantiga lantiga merged commit db9a4f7 into release/LTS Apr 3, 2023
149 of 164 checks passed
@lantiga lantiga deleted the releasing/1.9.5 branch April 3, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Generic label for Lightning App package ci Continuous Integration fabric lightning.fabric.Fabric pl Generic label for PyTorch Lightning package ready PRs ready to be merged release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet