2022-08-11 16:55:01 +00:00
|
|
|
custom_service_name: "Lightning CI required checker"
|
2022-08-23 23:07:05 +00:00
|
|
|
# For security reasons, configuration is only loaded from the repository's default branch,
|
|
|
|
# changes made in pull requests from different branches or forks are ignored. This means that changes to this file
|
|
|
|
# will only be used after they are merged.
|
2022-08-11 16:55:01 +00:00
|
|
|
subprojects:
|
2022-09-08 14:12:58 +00:00
|
|
|
|
|
|
|
# SECTION: pytorch_lightning
|
|
|
|
|
2022-08-11 16:55:01 +00:00
|
|
|
- id: "pytorch_lightning"
|
|
|
|
paths:
|
|
|
|
# all examples don't need to be added because they aren't used in CI, but these are
|
|
|
|
- "examples/run_ddp_examples.sh"
|
|
|
|
- "examples/convert_from_pt_to_pl/**"
|
|
|
|
- "examples/run_pl_examples.sh"
|
|
|
|
- "examples/pl_basics/backbone_image_classifier.py"
|
|
|
|
- "examples/pl_basics/autoencoder.py"
|
|
|
|
- "examples/pl_loops/mnist_lite.py"
|
|
|
|
- "examples/pl_fault_tolerant/automatic.py"
|
|
|
|
- "examples/test_pl_examples.py"
|
|
|
|
- "examples/pl_integrations/dali_image_classifier.py"
|
|
|
|
- "requirements/pytorch/**"
|
|
|
|
- "src/pytorch_lightning/**"
|
|
|
|
- "tests/tests_pytorch/**"
|
|
|
|
- "setup.cfg" # includes pytest config
|
2022-10-20 18:23:47 +00:00
|
|
|
- ".actions/**"
|
2022-08-11 16:55:01 +00:00
|
|
|
checks:
|
2022-09-15 11:41:25 +00:00
|
|
|
# Note: updates here should be applied to the lightning_lite group
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.10, 1.11)"
|
2022-10-26 08:41:41 +00:00
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.9, 1.10)"
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.8, 1.9)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.11)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.10, 1.12)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.10, 1.12)"
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.10, 1.13, pre)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.13, pre)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.8, 1.13, pre)"
|
2022-08-29 18:03:37 +00:00
|
|
|
- "make-doctest (pytorch)"
|
|
|
|
- "make-html (pytorch)"
|
2022-08-11 16:55:01 +00:00
|
|
|
- "mypy"
|
|
|
|
- "pytorch-lightning (GPUs)"
|
2022-09-16 12:04:13 +00:00
|
|
|
- "pytorch-lightning (HPUs)"
|
2022-08-11 16:55:01 +00:00
|
|
|
- "pytorch-lightning (IPUs)"
|
2022-08-29 18:03:37 +00:00
|
|
|
- "pl-slow (macOS-11, 3.7, 1.11)"
|
|
|
|
- "pl-slow (ubuntu-20.04, 3.7, 1.11)"
|
|
|
|
- "pl-slow (windows-2022, 3.7, 1.11)"
|
2022-10-21 18:01:39 +00:00
|
|
|
# TODO: since this job has intermittent availability, it cannot be required or it will block all PL PRs from forks
|
2022-09-15 11:41:25 +00:00
|
|
|
#- "test-on-tpus"
|
2022-08-11 16:55:01 +00:00
|
|
|
|
2022-09-08 14:12:58 +00:00
|
|
|
- id: "pytorch_lightning: CPU"
|
|
|
|
paths:
|
2022-10-26 14:24:16 +00:00
|
|
|
- ".github/workflows/ci-pytorch-tests.yml"
|
2022-09-08 14:12:58 +00:00
|
|
|
checks:
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.10, 1.11)"
|
2022-10-26 08:41:41 +00:00
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.9, 1.10)"
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.8, 1.9)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.11)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.10, 1.12)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.10, 1.12)"
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.10, 1.13, pre)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.13, pre)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.8, 1.13, pre)"
|
2022-09-08 14:12:58 +00:00
|
|
|
|
|
|
|
- id: "pytorch_lightning: Slow"
|
|
|
|
paths:
|
2022-10-26 14:24:16 +00:00
|
|
|
- ".github/workflows/ci-pytorch-tests-slow.yml"
|
2022-09-08 14:12:58 +00:00
|
|
|
checks:
|
|
|
|
- "pl-slow (macOS-11, 3.7, 1.11)"
|
|
|
|
- "pl-slow (ubuntu-20.04, 3.7, 1.11)"
|
|
|
|
- "pl-slow (windows-2022, 3.7, 1.11)"
|
|
|
|
|
2022-08-23 23:07:05 +00:00
|
|
|
- id: "pytorch_lightning: Azure GPU"
|
|
|
|
paths:
|
2022-10-12 13:18:12 +00:00
|
|
|
- ".azure/gpu-tests-pytorch.yml"
|
2022-08-23 23:07:05 +00:00
|
|
|
- "tests/tests_pytorch/run_standalone_*.sh"
|
|
|
|
checks:
|
|
|
|
- "pytorch-lightning (GPUs)"
|
|
|
|
|
|
|
|
- id: "pytorch_lightning: Azure HPU"
|
|
|
|
paths:
|
|
|
|
- ".azure/hpu-tests.yml"
|
|
|
|
checks:
|
|
|
|
- "pytorch-lightning (HPUs)"
|
|
|
|
|
|
|
|
- id: "pytorch_lightning: Azure IPU"
|
|
|
|
paths:
|
|
|
|
- ".azure/ipu-tests.yml"
|
|
|
|
checks:
|
|
|
|
- "pytorch-lightning (IPUs)"
|
|
|
|
|
2022-10-21 18:01:39 +00:00
|
|
|
- id: "pytorch-lightning: TPU"
|
|
|
|
paths:
|
|
|
|
- ".github/workflows/tpu-tests.yml"
|
|
|
|
checks:
|
|
|
|
- "test-on-tpus"
|
|
|
|
|
2022-08-11 16:55:01 +00:00
|
|
|
- id: "pytorch_lightning: Docs"
|
|
|
|
paths:
|
|
|
|
- "docs/source-pytorch/**"
|
|
|
|
- ".github/workflows/docs-*.yml"
|
2022-08-16 13:28:30 +00:00
|
|
|
- "requirements/docs.txt"
|
2022-08-11 16:55:01 +00:00
|
|
|
- "requirements/pytorch/**"
|
|
|
|
checks:
|
2022-08-29 18:03:37 +00:00
|
|
|
- "make-doctest (pytorch)"
|
|
|
|
- "make-html (pytorch)"
|
2022-08-11 16:55:01 +00:00
|
|
|
|
|
|
|
- id: "pytorch_lightning: Docker"
|
|
|
|
paths:
|
|
|
|
- "dockers/**"
|
2022-09-08 14:12:58 +00:00
|
|
|
- ".github/workflows/ci-pytorch-dockers.yml"
|
2022-08-17 15:39:27 +00:00
|
|
|
- "requirements.txt"
|
|
|
|
- "requirements/*.txt"
|
|
|
|
- "requirements/pytorch/*"
|
|
|
|
- "environment.yml"
|
|
|
|
- ".github/workflows/*docker*.yml"
|
|
|
|
- "setup.py"
|
2022-10-20 18:23:47 +00:00
|
|
|
- ".actions/**"
|
2022-08-11 16:55:01 +00:00
|
|
|
checks:
|
|
|
|
- "build-cuda (3.8, 1.9, 11.1.1)"
|
|
|
|
- "build-cuda (3.9, 1.10, 11.3.1)"
|
|
|
|
- "build-cuda (3.9, 1.11, 11.3.1)"
|
2022-08-23 16:10:52 +00:00
|
|
|
- "build-cuda (3.9, 1.12, 11.6.1)"
|
2022-08-11 16:55:01 +00:00
|
|
|
- "build-cuda (3.9, 1.9, 11.1.1)"
|
|
|
|
- "build-hpu (1.5.0, 1.11.0)"
|
|
|
|
- "build-ipu (3.9, 1.9)"
|
|
|
|
- "build-NGC"
|
|
|
|
- "build-pl (3.9, 1.10, 11.3.1)"
|
|
|
|
- "build-pl (3.9, 1.11, 11.3.1)"
|
2022-08-23 16:10:52 +00:00
|
|
|
- "build-pl (3.9, 1.12, 11.6.1)"
|
2022-08-11 16:55:01 +00:00
|
|
|
- "build-pl (3.9, 1.9, 11.1.1)"
|
|
|
|
- "build-xla (3.7, 1.12)"
|
|
|
|
|
2022-09-08 14:12:58 +00:00
|
|
|
# SECTION: lightning_lite
|
|
|
|
|
|
|
|
- id: "lightning_lite"
|
2022-08-11 16:55:01 +00:00
|
|
|
paths:
|
2022-09-08 14:12:58 +00:00
|
|
|
- "requirements/lite/**"
|
|
|
|
- "src/lightning_lite/**"
|
|
|
|
- "setup.cfg" # includes pytest config
|
2022-10-20 18:23:47 +00:00
|
|
|
- ".actions/**"
|
2022-08-11 16:55:01 +00:00
|
|
|
checks:
|
2022-10-23 06:53:58 +00:00
|
|
|
- "lite-cpu (macOS-11, lite, 3.7, latest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.7, oldest, stable)"
|
2022-10-24 19:06:18 +00:00
|
|
|
- "lite-cpu (macOS-11, lite, 3.8, latest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.8, oldest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.9, latest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.10, latest, stable)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.7, latest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.7, oldest, stable)"
|
2022-10-24 19:06:18 +00:00
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.8, latest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.8, oldest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.9, latest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.10, latest, stable)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "lite-cpu (windows-2022, lite, 3.7, latest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.7, oldest, stable)"
|
2022-10-24 19:06:18 +00:00
|
|
|
- "lite-cpu (windows-2022, lite, 3.8, latest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.8, oldest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.9, latest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.10, latest, stable)"
|
2022-09-15 11:41:25 +00:00
|
|
|
- "lightning-lite (GPUs)"
|
2022-08-11 16:55:01 +00:00
|
|
|
- "mypy"
|
2022-09-15 11:41:25 +00:00
|
|
|
# Lite also requires PL checks as it depends on Lite
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.10, 1.11)"
|
2022-10-26 08:41:41 +00:00
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.9, 1.10)"
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.8, 1.9)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.11)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.10, 1.12)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.10, 1.12)"
|
2022-10-25 19:18:16 +00:00
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.7, 1.9, oldest)"
|
|
|
|
- "pl-cpu (macOS-11, pytorch, 3.10, 1.13, pre)"
|
|
|
|
- "pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.13, pre)"
|
|
|
|
- "pl-cpu (windows-2022, pytorch, 3.8, 1.13, pre)"
|
2022-09-15 11:41:25 +00:00
|
|
|
- "make-doctest (pytorch)"
|
|
|
|
- "make-html (pytorch)"
|
|
|
|
- "pytorch-lightning (GPUs)"
|
|
|
|
- "pl-slow (macOS-11, 3.7, 1.11)"
|
|
|
|
- "pl-slow (ubuntu-20.04, 3.7, 1.11)"
|
|
|
|
- "pl-slow (windows-2022, 3.7, 1.11)"
|
|
|
|
#- "test-on-tpus"
|
2022-09-08 14:12:58 +00:00
|
|
|
|
2022-10-21 07:08:46 +00:00
|
|
|
- id: "lightning_lite: Tests"
|
|
|
|
paths:
|
|
|
|
- "tests/tests_lite/**"
|
|
|
|
checks:
|
2022-10-23 06:53:58 +00:00
|
|
|
- "lite-cpu (macOS-11, lite, 3.7, latest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.7, oldest, stable)"
|
2022-10-24 19:06:18 +00:00
|
|
|
- "lite-cpu (macOS-11, lite, 3.8, latest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.8, oldest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.9, latest, stable)"
|
|
|
|
- "lite-cpu (macOS-11, lite, 3.10, latest, stable)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.7, latest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.7, oldest, stable)"
|
2022-10-24 19:06:18 +00:00
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.8, latest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.8, oldest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.9, latest, stable)"
|
|
|
|
- "lite-cpu (ubuntu-20.04, lite, 3.10, latest, stable)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "lite-cpu (windows-2022, lite, 3.7, latest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.7, oldest, stable)"
|
2022-10-24 19:06:18 +00:00
|
|
|
- "lite-cpu (windows-2022, lite, 3.8, latest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.8, oldest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.9, latest, stable)"
|
|
|
|
- "lite-cpu (windows-2022, lite, 3.10, latest, stable)"
|
2022-10-21 07:08:46 +00:00
|
|
|
- "lightning-lite (GPUs)"
|
|
|
|
|
2022-09-08 14:12:58 +00:00
|
|
|
- id: "lightning_lite: Azure GPU"
|
|
|
|
paths:
|
|
|
|
- ".azure/gpu-tests-lite.yml"
|
|
|
|
- "tests/tests_lite/run_standalone_*.sh"
|
2022-10-21 07:08:46 +00:00
|
|
|
- "tests/tests_pytorch/run_standalone_tests.sh" # used by Lite through a symlink
|
2022-09-08 14:12:58 +00:00
|
|
|
checks:
|
|
|
|
- "lightning-lite (GPUs)"
|
|
|
|
|
|
|
|
# SECTION: lightning_app
|
2022-08-11 16:55:01 +00:00
|
|
|
|
|
|
|
- id: "lightning_app"
|
|
|
|
paths:
|
|
|
|
- "requirements/app/**"
|
|
|
|
- "src/lightning_app/**"
|
|
|
|
- "tests/tests_app/**"
|
|
|
|
- "tests/tests_app_examples/**"
|
|
|
|
# the examples are used in the app CI
|
|
|
|
- "examples/app_*"
|
2022-10-20 18:23:47 +00:00
|
|
|
- ".actions/**"
|
2022-08-11 16:55:01 +00:00
|
|
|
checks:
|
2022-08-23 15:50:30 +00:00
|
|
|
- "App.cloud-e2e"
|
2022-08-29 18:03:37 +00:00
|
|
|
- "make-doctest (app)"
|
|
|
|
- "make-html (app)"
|
2022-10-24 06:46:45 +00:00
|
|
|
- "app-examples (macOS-11, app, 3.8, latest)"
|
|
|
|
- "app-examples (macOS-11, app, 3.8, oldest)"
|
|
|
|
- "app-examples (ubuntu-20.04, app, 3.8, latest)"
|
|
|
|
- "app-examples (ubuntu-20.04, app, 3.8, oldest)"
|
|
|
|
- "app-examples (windows-2022, app, 3.8, latest)"
|
|
|
|
- "app-examples (windows-2022, app, 3.8, oldest)"
|
2022-10-23 06:53:58 +00:00
|
|
|
- "app-pytest (macOS-11, app, 3.8, latest)"
|
|
|
|
- "app-pytest (macOS-11, app, 3.8, oldest)"
|
|
|
|
- "app-pytest (ubuntu-20.04, app, 3.8, latest)"
|
|
|
|
- "app-pytest (ubuntu-20.04, app, 3.8, oldest)"
|
|
|
|
- "app-pytest (windows-2022, app, 3.8, latest)"
|
|
|
|
- "app-pytest (windows-2022, app, 3.8, oldest)"
|
2022-08-11 16:55:01 +00:00
|
|
|
|
2022-08-23 23:07:05 +00:00
|
|
|
- id: "lightning_app: Azure"
|
|
|
|
paths:
|
|
|
|
- ".azure/app-cloud-e2e.yml"
|
|
|
|
checks:
|
|
|
|
- "App.cloud-e2e"
|
|
|
|
|
2022-08-11 16:55:01 +00:00
|
|
|
- id: "lightning_app: Docs"
|
|
|
|
paths:
|
|
|
|
- "docs/source-app/**"
|
|
|
|
- ".github/workflows/docs-*.yml"
|
2022-08-16 13:28:30 +00:00
|
|
|
- "requirements/docs.txt"
|
2022-08-11 16:55:01 +00:00
|
|
|
- "requirements/app/**"
|
|
|
|
checks:
|
2022-08-29 18:03:37 +00:00
|
|
|
- "make-doctest (app)"
|
|
|
|
- "make-html (app)"
|
2022-08-11 16:55:01 +00:00
|
|
|
|
2022-09-08 14:12:58 +00:00
|
|
|
# SECTION: common
|
|
|
|
|
|
|
|
- id: "mypy"
|
|
|
|
paths:
|
|
|
|
- ".github/workflows/code-checks.yml"
|
|
|
|
- "pyproject.toml" # includes mypy config
|
|
|
|
checks:
|
|
|
|
- "mypy"
|
|
|
|
|
2022-08-11 16:55:01 +00:00
|
|
|
- id: "install"
|
|
|
|
paths:
|
2022-10-20 18:23:47 +00:00
|
|
|
- ".actions/**"
|
2022-08-11 16:55:01 +00:00
|
|
|
- ".github/workflows/ci-pkg-install.yml"
|
|
|
|
- "setup.py"
|
2022-10-25 16:34:04 +00:00
|
|
|
- "src/**"
|
|
|
|
- "requirements/**"
|
2022-08-11 16:55:01 +00:00
|
|
|
checks:
|
2022-10-25 16:34:04 +00:00
|
|
|
- "install-pkg (ubuntu-22.04, app, 3.7)"
|
|
|
|
- "install-pkg (ubuntu-22.04, app, 3.10)"
|
|
|
|
- "install-pkg (ubuntu-22.04, lite, 3.7)"
|
|
|
|
- "install-pkg (ubuntu-22.04, lite, 3.10)"
|
|
|
|
- "install-pkg (ubuntu-22.04, pytorch, 3.7)"
|
|
|
|
- "install-pkg (ubuntu-22.04, pytorch, 3.10)"
|
|
|
|
- "install-pkg (macOS-12, app, 3.7)"
|
|
|
|
- "install-pkg (macOS-12, app, 3.10)"
|
|
|
|
- "install-pkg (macOS-12, lite, 3.7)"
|
|
|
|
- "install-pkg (macOS-12, lite, 3.10)"
|
|
|
|
- "install-pkg (macOS-12, pytorch, 3.7)"
|
|
|
|
- "install-pkg (macOS-12, pytorch, 3.10)"
|
|
|
|
- "install-pkg (windows-2022, app, 3.7)"
|
|
|
|
- "install-pkg (windows-2022, app, 3.10)"
|
|
|
|
- "install-pkg (windows-2022, lite, 3.7)"
|
|
|
|
- "install-pkg (windows-2022, lite, 3.10)"
|
|
|
|
- "install-pkg (windows-2022, pytorch, 3.7)"
|
|
|
|
- "install-pkg (windows-2022, pytorch, 3.10)"
|