Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
87fd8cb
chore: remove redundant words in comment (#20510)
withbest Jan 6, 2025
86f86e8
ci: update GroupCheck (#20529)
Borda Jan 6, 2025
8452317
fix: swapped _R_co and _P to prevent type error. (#20508)
TresYap Jan 6, 2025
763ebd0
Fix TBPTT example (#20528)
lantiga Jan 6, 2025
dc3e2d7
[pre-commit.ci] pre-commit suggestions (#20532)
pre-commit-ci[bot] Jan 7, 2025
2e20db9
docs: inject version selector to HTML docs (#20535)
Borda Jan 7, 2025
3cf6d26
test: flaky terminated with signal SIGABRT (#20537)
Borda Jan 9, 2025
5a054ce
docs: fix typo in `converting.rst` (#20567)
adosar Feb 3, 2025
5805ae6
Update twine to 6.0.1 for Python 3.13 (#20570)
lantiga Feb 3, 2025
c4d0e9b
build(deps): bump Lightning-AI/utilities from 0.11.9 to 0.12.0 (#20569)
dependabot[bot] Feb 3, 2025
145d04c
fix: typos in documentation files (#20582)
maximevtush Feb 13, 2025
f7a01e9
Remove fabric legacy CLI (#20588)
justusschock Feb 13, 2025
d0979d4
docs: fix broken links (#20590)
Borda Feb 14, 2025
9b7c692
docs: Fix missing enumerate loop (#20592)
amorehead Feb 18, 2025
948bd1c
fix compatibility for pytest 8 (#20575)
haifeng-jin Feb 26, 2025
854ea4f
fix test compatibility as AdamW became subclass of Adam (#20574)
haifeng-jin Feb 26, 2025
4c94b4e
Fix CSVLogger hyperparameter is logged at every write which increase …
duydl Feb 26, 2025
2e1482e
fix: always call `WandbLogger.experiment` first in `_call_setup_hook`…
Mar 10, 2025
8d59118
Add checkpoint artifact path prefix to MLflow logger (#20538)
benglewis Mar 10, 2025
0defcf9
build(deps): bump Lightning-AI/utilities from 0.12.0 to 0.14.0 (#20631)
dependabot[bot] Mar 10, 2025
c8bfa05
test: flaky terminated with signal SIGABRT (#20621)
kaiyaok2 Mar 10, 2025
843c647
fix: Set `tensorboard`'s `global_step` as the default `wandb` x-axis …
Mar 10, 2025
e015a16
Allow a custom parser class when using LightningCLI (#20596)
mauvilsa Mar 10, 2025
4c50227
ci: resolve standalone testing (#20633)
Borda Mar 11, 2025
c2b52de
ci: aggregate checks with guardian (#20635)
Borda Mar 11, 2025
b40971b
bump: testing with latest `torch` 2.6 (#20509)
Borda Mar 11, 2025
934e2bf
fix: update `comet_ml` logger for compatibility (#20275)
japdubengsub Mar 12, 2025
7500c0f
Fix the file extension of model checkpoints uploaded by NeptuneLogger…
senarvi Mar 14, 2025
4d780b8
Reset trainer variable `should_stop` when `fit` is called (#19177)
ryan597 Mar 14, 2025
8e9a394
Nicer logging of list of dicts for hyper parameters (#19963)
vork Mar 14, 2025
80d1bce
Fix OverflowError when resuming from checkpoint with an iterable data…
adamreeve Mar 14, 2025
9020e4d
Fix: Make `WandbLogger` upload models from all `ModelCheckpoint` call…
cgebbe Mar 14, 2025
2925089
fix: mlflow tmp_dir in `/tmp` (#20642)
yxtay Mar 14, 2025
58db0ec
build(deps): bump Lightning-AI/utilities from 0.14.0 to 0.14.1 (#20650)
dependabot[bot] Mar 17, 2025
51a5ddf
Error when logging to MLFlow deleted experiment (#20556)
millskyle Mar 17, 2025
537a89e
update checkpointing (#20653)
Borda Mar 18, 2025
5400228
releasing `2.5.1`
Borda Mar 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .azure/gpu-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ jobs:
condition: and(succeeded(), eq(variables['PACKAGE_NAME'], 'fabric'))
env:
PL_RUN_CUDA_TESTS: "1"
PL_RUN_STANDALONE_TESTS: "1"
displayName: "Testing: fabric standalone tasks"
timeoutInMinutes: "10"
20 changes: 13 additions & 7 deletions .azure/gpu-tests-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,14 @@ jobs:
options: "--gpus=all --shm-size=2gb -v /var/tmp:/var/tmp"
strategy:
matrix:
"Fabric | oldest":
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.10-torch2.1-cuda12.1.1"
PACKAGE_NAME: "fabric"
"Fabric | latest":
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.3-cuda12.1.0"
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.6-cuda12.4.1"
PACKAGE_NAME: "fabric"
"Lightning | latest":
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.5-cuda12.1.0"
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.6-cuda12.4.1"
PACKAGE_NAME: "lightning"
workspace:
clean: all
Expand All @@ -77,9 +80,8 @@ jobs:
displayName: "set env. vars"
- bash: |
echo "##vso[task.setvariable variable=TORCH_URL]https://download.pytorch.org/whl/test/cu${CUDA_VERSION_MM}"
echo "##vso[task.setvariable variable=TORCHVISION_URL]https://download.pytorch.org/whl/test/cu124/torchvision-0.19.0%2Bcu124-cp${PYTHON_VERSION_MM}-cp${PYTHON_VERSION_MM}-linux_x86_64.whl"
condition: endsWith(variables['Agent.JobName'], 'future')
displayName: "set env. vars 4 future"
displayName: "extend env. vars 4 future"

- bash: |
echo $(DEVICES)
Expand All @@ -105,15 +107,17 @@ jobs:
displayName: "Adjust dependencies"

- bash: |
set -e
extra=$(python -c "print({'lightning': 'fabric-'}.get('$(PACKAGE_NAME)', ''))")
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
pip install -e ".[${extra}dev]" pytest-timeout -U --extra-index-url="${TORCH_URL}"
pip install setuptools==75.6.0 jsonargparse==4.35.0
displayName: "Install package & dependencies"

- bash: |
set -e
python requirements/collect_env_details.py
python -c "import torch ; mgpu = torch.cuda.device_count() ; assert mgpu == 2, f'GPU: {mgpu}'"
python requirements/pytorch/check-avail-extras.py
python -c "import bitsandbytes"
displayName: "Env details"

Expand All @@ -140,10 +144,12 @@ jobs:
displayName: "Testing: fabric standard"
timeoutInMinutes: "10"

- bash: bash ./run_standalone_tests.sh "tests_fabric"
- bash: |
wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/run_standalone_tests.sh
bash ./run_standalone_tests.sh "tests_fabric"
workingDirectory: tests/
env:
PL_STANDALONE_TESTS_SOURCE: $(COVERAGE_SOURCE)
PL_RUN_STANDALONE_TESTS: "1"
displayName: "Testing: fabric standalone"
timeoutInMinutes: "10"

Expand Down
19 changes: 12 additions & 7 deletions .azure/gpu-tests-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ jobs:
cancelTimeoutInMinutes: "2"
strategy:
matrix:
"PyTorch | oldest":
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.10-torch2.1-cuda12.1.1"
PACKAGE_NAME: "pytorch"
"PyTorch | latest":
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.3-cuda12.1.0"
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.6-cuda12.4.1"
PACKAGE_NAME: "pytorch"
"Lightning | latest":
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.5-cuda12.1.0"
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.6-cuda12.4.1"
PACKAGE_NAME: "lightning"
pool: lit-rtx-3090
variables:
Expand Down Expand Up @@ -81,9 +84,8 @@ jobs:
displayName: "set env. vars"
- bash: |
echo "##vso[task.setvariable variable=TORCH_URL]https://download.pytorch.org/whl/test/cu${CUDA_VERSION_MM}"
echo "##vso[task.setvariable variable=TORCHVISION_URL]https://download.pytorch.org/whl/test/cu124/torchvision-0.19.0%2Bcu124-cp${PYTHON_VERSION_MM}-cp${PYTHON_VERSION_MM}-linux_x86_64.whl"
condition: endsWith(variables['Agent.JobName'], 'future')
displayName: "set env. vars 4 future"
displayName: "extend env. vars 4 future"

- bash: |
echo $(DEVICES)
Expand All @@ -109,8 +111,9 @@ jobs:
displayName: "Adjust dependencies"

- bash: |
set -e
extra=$(python -c "print({'lightning': 'pytorch-'}.get('$(PACKAGE_NAME)', ''))")
pip install -e ".[${extra}dev]" pytest-timeout -U --find-links="${TORCH_URL}" --find-links="${TORCHVISION_URL}"
pip install -e ".[${extra}dev]" pytest-timeout -U --extra-index-url="${TORCH_URL}"
pip install setuptools==75.6.0 jsonargparse==4.35.0
displayName: "Install package & dependencies"

Expand Down Expand Up @@ -161,11 +164,13 @@ jobs:
displayName: "Testing: PyTorch standard"
timeoutInMinutes: "35"

- bash: bash ./run_standalone_tests.sh "tests_pytorch"
- bash: |
wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/run_standalone_tests.sh
bash ./run_standalone_tests.sh "tests_pytorch"
workingDirectory: tests/
env:
PL_USE_MOCKED_MNIST: "1"
PL_STANDALONE_TESTS_SOURCE: $(COVERAGE_SOURCE)
PL_RUN_STANDALONE_TESTS: "1"
displayName: "Testing: PyTorch standalone tests"
timeoutInMinutes: "35"

Expand Down
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ We welcome any useful contribution! For your convenience here's a recommended wo
1. Use tags in PR name for the following cases:

- **\[blocked by #<number>\]** if your work is dependent on other PRs.
- **\[wip\]** when you start to re-edit your work, mark it so no one will accidentally merge it in meantime.
- **[wip]** when you start to re-edit your work, mark it so no one will accidentally merge it in meantime.

### Question & Answer

#### 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/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).
To get started with code contributions, look for issues marked with the label [good first issue](https://github.com/Lightning-AI/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/Lightning-AI/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).

#### Is there a recommendation for branch names?

Expand Down
4 changes: 2 additions & 2 deletions .github/actions/pip-wheels/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ runs:
run: |
# cat requirements.dump
pip wheel -r requirements.dump --prefer-binary \
--wheel-dir=.wheels \
-f ${{ inputs.torch-url }} -f ${{ inputs.wheel-dir }}
--wheel-dir=".wheels" \
--extra-index-url=${{ inputs.torch-url }} -f ${{ inputs.wheel-dir }}
ls -lh .wheels/
shell: bash

Expand Down
75 changes: 3 additions & 72 deletions .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,7 @@ subprojects:
- "!*.md"
- "!**/*.md"
checks:
- "pl-cpu (macOS-14, lightning, 3.9, 2.1, oldest)"
- "pl-cpu (macOS-14, lightning, 3.10, 2.1)"
- "pl-cpu (macOS-14, lightning, 3.11, 2.2.2)"
- "pl-cpu (macOS-14, lightning, 3.11, 2.3)"
- "pl-cpu (macOS-14, lightning, 3.12, 2.4.1)"
- "pl-cpu (macOS-14, lightning, 3.12, 2.5.1)"
- "pl-cpu (ubuntu-20.04, lightning, 3.9, 2.1, oldest)"
- "pl-cpu (ubuntu-20.04, lightning, 3.10, 2.1)"
- "pl-cpu (ubuntu-20.04, lightning, 3.11, 2.2.2)"
- "pl-cpu (ubuntu-20.04, lightning, 3.11, 2.3)"
- "pl-cpu (ubuntu-22.04, lightning, 3.12, 2.4.1)"
- "pl-cpu (ubuntu-22.04, lightning, 3.12, 2.5.1)"
- "pl-cpu (windows-2022, lightning, 3.9, 2.1, oldest)"
- "pl-cpu (windows-2022, lightning, 3.10, 2.1)"
- "pl-cpu (windows-2022, lightning, 3.11, 2.2.2)"
- "pl-cpu (windows-2022, lightning, 3.11, 2.3)"
- "pl-cpu (windows-2022, lightning, 3.12, 2.4.1)"
- "pl-cpu (windows-2022, lightning, 3.12, 2.5.1)"
- "pl-cpu (macOS-14, pytorch, 3.9, 2.1)"
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 2.1)"
- "pl-cpu (windows-2022, pytorch, 3.9, 2.1)"
- "pl-cpu (macOS-14, pytorch, 3.12, 2.5.1)"
- "pl-cpu (ubuntu-22.04, pytorch, 3.12, 2.5.1)"
- "pl-cpu (windows-2022, pytorch, 3.12, 2.5.1)"
- "pl-cpu-guardian" # aggregated check for all cases

- id: "pytorch_lightning: Azure GPU"
paths:
Expand Down Expand Up @@ -172,30 +149,7 @@ subprojects:
- "!*.md"
- "!**/*.md"
checks:
- "fabric-cpu (macOS-14, lightning, 3.9, 2.1, oldest)"
- "fabric-cpu (macOS-14, lightning, 3.10, 2.1)"
- "fabric-cpu (macOS-14, lightning, 3.11, 2.2.2)"
- "fabric-cpu (macOS-14, lightning, 3.11, 2.3)"
- "fabric-cpu (macOS-14, lightning, 3.12, 2.4.1)"
- "fabric-cpu (macOS-14, lightning, 3.12, 2.5.1)"
- "fabric-cpu (ubuntu-20.04, lightning, 3.9, 2.1, oldest)"
- "fabric-cpu (ubuntu-20.04, lightning, 3.10, 2.1)"
- "fabric-cpu (ubuntu-20.04, lightning, 3.11, 2.2.2)"
- "fabric-cpu (ubuntu-20.04, lightning, 3.11, 2.3)"
- "fabric-cpu (ubuntu-22.04, lightning, 3.12, 2.4.1)"
- "fabric-cpu (ubuntu-22.04, lightning, 3.12, 2.5.1)"
- "fabric-cpu (windows-2022, lightning, 3.9, 2.1, oldest)"
- "fabric-cpu (windows-2022, lightning, 3.10, 2.1)"
- "fabric-cpu (windows-2022, lightning, 3.11, 2.2.2)"
- "fabric-cpu (windows-2022, lightning, 3.11, 2.3)"
- "fabric-cpu (windows-2022, lightning, 3.12, 2.4.1)"
- "fabric-cpu (windows-2022, lightning, 3.12, 2.5.1)"
- "fabric-cpu (macOS-14, fabric, 3.9, 2.1)"
- "fabric-cpu (ubuntu-20.04, fabric, 3.9, 2.1)"
- "fabric-cpu (windows-2022, fabric, 3.9, 2.1)"
- "fabric-cpu (macOS-14, fabric, 3.12, 2.5.1)"
- "fabric-cpu (ubuntu-22.04, fabric, 3.12, 2.5.1)"
- "fabric-cpu (windows-2022, fabric, 3.12, 2.5.1)"
- "fabric-cpu-guardian" # aggregated check for all cases

- id: "lightning_fabric: Azure GPU"
paths:
Expand Down Expand Up @@ -259,27 +213,4 @@ subprojects:
- "!*.md"
- "!**/*.md"
checks:
- "install-pkg (ubuntu-22.04, fabric, 3.9)"
- "install-pkg (ubuntu-22.04, fabric, 3.11)"
- "install-pkg (ubuntu-22.04, pytorch, 3.9)"
- "install-pkg (ubuntu-22.04, pytorch, 3.11)"
- "install-pkg (ubuntu-22.04, lightning, 3.9)"
- "install-pkg (ubuntu-22.04, lightning, 3.11)"
- "install-pkg (ubuntu-22.04, notset, 3.9)"
- "install-pkg (ubuntu-22.04, notset, 3.11)"
- "install-pkg (macOS-14, fabric, 3.9)"
- "install-pkg (macOS-14, fabric, 3.11)"
- "install-pkg (macOS-14, pytorch, 3.9)"
- "install-pkg (macOS-14, pytorch, 3.11)"
- "install-pkg (macOS-14, lightning, 3.9)"
- "install-pkg (macOS-14, lightning, 3.11)"
- "install-pkg (macOS-14, notset, 3.9)"
- "install-pkg (macOS-14, notset, 3.11)"
- "install-pkg (windows-2022, fabric, 3.9)"
- "install-pkg (windows-2022, fabric, 3.11)"
- "install-pkg (windows-2022, pytorch, 3.9)"
- "install-pkg (windows-2022, pytorch, 3.11)"
- "install-pkg (windows-2022, lightning, 3.9)"
- "install-pkg (windows-2022, lightning, 3.11)"
- "install-pkg (windows-2022, notset, 3.9)"
- "install-pkg (windows-2022, notset, 3.11)"
- "install-pkg-guardian" # aggregated check for all cases
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Brief description of all our automation tools used for boosting development perf
| .azure-pipelines/gpu-benchmarks.yml | Run speed/memory benchmarks for parity with vanila PyTorch. | GPU |
| .github/workflows/ci-flagship-apps.yml | Run end-2-end tests with full applications, including deployment to the production cloud. | CPU |
| .github/workflows/ci-tests-pytorch.yml | Run all tests except for accelerator-specific, standalone and slow tests. | CPU |
| .github/workflows/tpu-tests.yml | Run only TPU-specific tests. Requires that the PR title contains '\[TPU\]' | TPU |
| .github/workflows/tpu-tests.yml | Run only TPU-specific tests. Requires that the PR title contains '[TPU]' | TPU |

\* Each standalone test needs to be run in separate processes to avoid unwanted interactions between test cases.

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_legacy-checkpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

env:
LEGACY_FOLDER: "tests/legacy"
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
TORCH_URL: "https://download.pytorch.org/whl/cpu/"

defaults:
run:
Expand All @@ -67,12 +67,12 @@ jobs:
PACKAGE_NAME: pytorch
FREEZE_REQUIREMENTS: 1
timeout-minutes: 20
run: pip install . -f ${TORCH_URL}
run: pip install . --extra-index-url="${TORCH_URL}"
if: inputs.pl_version == ''

- name: Install PL version
timeout-minutes: 20
run: pip install "pytorch-lightning==${{ inputs.pl_version }}" -f ${TORCH_URL}
run: pip install "pytorch-lightning==${{ inputs.pl_version }}" --extra-index-url="${TORCH_URL}"
if: inputs.pl_version != ''

- name: Adjust tests -> PL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/call-clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ on:
jobs:
cron-clear:
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.9
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.1
with:
scripts-ref: v0.11.8
scripts-ref: v0.14.1
dry-run: ${{ github.event_name == 'pull_request' }}
pattern: "latest|docs"
age-days: 7

direct-clear:
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.9
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.1
with:
scripts-ref: v0.11.8
scripts-ref: v0.14.1
dry-run: ${{ github.event_name == 'pull_request' }}
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.11.9
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.14.1
with:
config-file: ".github/markdown-links-config.json"
base-branch: "master"
14 changes: 14 additions & 0 deletions .github/workflows/ci-pkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,17 @@ jobs:
LIGHTING_TESTING: 1 # path for require wrapper
PY_IGNORE_IMPORTMISMATCH: 1
run: python -m pytest src/lit/${PKG_NAME} --ignore-glob="**/cli/*-template/**" --doctest-plus

install-pkg-guardian:
runs-on: ubuntu-latest
needs: install-pkg
if: always()
steps:
- run: echo "${{ needs.install-pkg.result }}"
- name: failing...
if: needs.install-pkg.result == 'failure'
run: exit 1
- name: cancelled or skipped...
if: contains(fromJSON('["cancelled", "skipped"]'), needs.install-pkg.result)
timeout-minutes: 1
run: sleep 90
2 changes: 1 addition & 1 deletion .github/workflows/ci-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
check:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.9
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.14.1
with:
# skip azure due to the wrong schema file by MSFT
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607
Expand Down
Loading
Loading