lightning 2.6.0.dev20251012__tar.gz → 2.6.0.dev20251019__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lightning-2.6.0.dev20251012/src/lightning.egg-info → lightning-2.6.0.dev20251019}/PKG-INFO +233 -17
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/README.md +1 -1
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/fabric/strategies.txt +1 -1
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/fabric/test.txt +3 -2
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/pytorch/strategies.txt +1 -1
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/pytorch/test.txt +3 -2
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/deepspeed.py +15 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/imports.py +1 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/CHANGELOG.md +3 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/pruning.py +1 -1
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/deepspeed.py +15 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/logger_connector/result.py +1 -2
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/deepspeed.py +2 -2
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/model_helpers.py +11 -5
- lightning-2.6.0.dev20251019/src/lightning/version.info +1 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019/src/lightning.egg-info}/PKG-INFO +233 -17
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning.egg-info/SOURCES.txt +1 -1
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning.egg-info/entry_points.txt +0 -1
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning.egg-info/requires.txt +51 -21
- lightning-2.6.0.dev20251019/src/version.info +1 -0
- lightning-2.6.0.dev20251012/src/lightning/version.info +0 -1
- lightning-2.6.0.dev20251012/src/version.info +0 -1
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/.actions/assistant.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/CITATION.cff +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/LICENSE +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/pyproject.toml +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/base.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/fabric/base.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/fabric/docs.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/fabric/examples.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/fabric/extra.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/pytorch/base.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/pytorch/docs.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/pytorch/examples.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/pytorch/extra.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/setup.cfg +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/setup.py +0 -0
- /lightning-2.6.0.dev20251012/src/lightning/5b705a7014edaaf56001d22c792398bfa76fb0f7da2a9769 → /lightning-2.6.0.dev20251019/src/lightning/256693663ae00d53d3d05385a43c15513694835ce1e246f4 +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/__about__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/__setup__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/__version__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/data/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/CHANGELOG.md +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/_graveyard/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/_graveyard/tpu.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/accelerators/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/accelerators/accelerator.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/accelerators/cpu.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/accelerators/cuda.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/accelerators/mps.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/accelerators/registry.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/accelerators/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/cli.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/connector.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/fabric.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/loggers/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/loggers/csv_logs.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/loggers/logger.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/loggers/tensorboard.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/collectives/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/collectives/collective.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/collectives/single_device.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/collectives/torch_collective.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/cluster_environment.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/kubeflow.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/lightning.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/lsf.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/mpi.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/slurm.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/torchelastic.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/environments/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/io/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/io/checkpoint_io.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/io/torch_io.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/io/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/amp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/bitsandbytes.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/deepspeed.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/double.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/fsdp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/half.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/precision.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/transformer_engine.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/utils.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/plugins/precision/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/ddp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/dp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/fsdp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/launchers/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/launchers/launcher.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/launchers/multiprocessing.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/launchers/subprocess_script.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/launchers/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/model_parallel.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/parallel.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/registry.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/single_device.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/single_xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/strategy.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/strategies/xla_fsdp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/apply_func.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/cloud_io.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/consolidate_checkpoint.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/data.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/device_dtype_mixin.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/device_parser.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/distributed.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/enums.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/exceptions.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/init.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/load.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/logger.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/optimizer.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/rank_zero.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/registry.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/seed.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/spike.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/testing/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/testing/_runif.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/throughput.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/types.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/utilities/warnings.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/fabric/wrappers.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/py.typed +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/_graveyard/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/_graveyard/_torchmetrics.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/_graveyard/hpu.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/_graveyard/precision.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/_graveyard/tpu.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/accelerators/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/accelerators/accelerator.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/accelerators/cpu.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/accelerators/cuda.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/accelerators/mps.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/accelerators/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/batch_size_finder.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/callback.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/checkpoint.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/device_stats_monitor.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/early_stopping.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/finetuning.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/gradient_accumulation_scheduler.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/lambda_function.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/lr_finder.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/lr_monitor.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/model_checkpoint.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/model_summary.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/on_exception_checkpoint.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/prediction_writer.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/progress/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/progress/progress_bar.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/progress/rich_progress.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/progress/tqdm_progress.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/rich_model_summary.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/spike.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/stochastic_weight_avg.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/throughput_monitor.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/timer.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/callbacks/weight_averaging.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/cli.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/datamodule.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/hooks.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/mixins/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/mixins/hparams_mixin.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/module.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/optimizer.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/core/saving.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/demos/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/demos/boring_classes.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/demos/lstm.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/demos/mnist_datamodule.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/demos/transformer.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/comet.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/csv_logs.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/logger.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/mlflow.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/neptune.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/tensorboard.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/utilities.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loggers/wandb.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/evaluation_loop.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/fetchers.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/fit_loop.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/loop.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/optimization/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/optimization/automatic.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/optimization/closure.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/optimization/manual.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/prediction_loop.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/progress.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/training_epoch_loop.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/loops/utilities.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/overrides/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/overrides/distributed.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/environments/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/io/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/io/async_plugin.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/io/checkpoint_plugin.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/io/torch_plugin.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/io/wrapper.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/io/xla_plugin.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/layer_sync.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/amp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/bitsandbytes.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/deepspeed.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/double.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/fsdp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/half.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/precision.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/transformer_engine.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/plugins/precision/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/profilers/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/profilers/advanced.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/profilers/base.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/profilers/profiler.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/profilers/pytorch.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/profilers/simple.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/profilers/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/serve/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/serve/servable_module.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/serve/servable_module_validator.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/ddp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/fsdp.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/launchers/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/launchers/launcher.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/launchers/multiprocessing.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/launchers/subprocess_script.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/launchers/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/model_parallel.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/parallel.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/single_device.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/single_xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/strategy.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/strategies/xla.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/call.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/configuration_validator.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/accelerator_connector.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/callback_connector.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/checkpoint_connector.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/data_connector.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/logger_connector/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/logger_connector/fx_validator.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/connectors/signal_connector.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/setup.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/states.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/trainer/trainer.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/tuner/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/tuner/batch_size_scaling.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/tuner/lr_finder.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/tuner/tuning.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/_pytree.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/argparse.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/combined_loader.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/compile.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/consolidate_checkpoint.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/data.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/enums.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/exceptions.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/grads.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/imports.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/memory.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/migration/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/migration/migration.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/migration/utils.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/model_registry.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/model_summary/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/model_summary/model_summary.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/parameter_tying.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/parsing.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/rank_zero.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/seed.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/signature_utils.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/testing/__init__.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/testing/_runif.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/types.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/upgrade_checkpoint.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/utilities/warnings.py +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning.egg-info/dependency_links.txt +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning.egg-info/not-zip-safe +0 -0
- {lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning.egg-info/top_level.txt +0 -0
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: lightning
|
|
3
|
-
Version: 2.6.0.
|
|
3
|
+
Version: 2.6.0.dev20251019
|
|
4
4
|
Summary: The Deep Learning framework to train, deploy, and ship AI products Lightning fast.
|
|
5
5
|
Home-page: https://github.com/Lightning-AI/lightning
|
|
6
|
+
Download-URL: https://github.com/Lightning-AI/lightning
|
|
6
7
|
Author: Lightning AI et al.
|
|
7
8
|
Author-email: developer@lightning.ai
|
|
8
9
|
License: Apache-2.0
|
|
9
|
-
Download-URL: https://github.com/Lightning-AI/lightning
|
|
10
10
|
Project-URL: Bug Tracker, https://github.com/Lightning-AI/pytorch-lightning/issues
|
|
11
11
|
Project-URL: Documentation, https://lightning.ai/lightning-docs
|
|
12
12
|
Project-URL: Source Code, https://github.com/Lightning-AI/lightning
|
|
13
13
|
Keywords: deep learning,pytorch,AI
|
|
14
|
-
Platform: UNKNOWN
|
|
15
14
|
Classifier: Environment :: Console
|
|
16
15
|
Classifier: Natural Language :: English
|
|
17
16
|
Classifier: Development Status :: 4 - Beta
|
|
@@ -27,26 +26,245 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
27
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
28
27
|
Requires-Python: >=3.9
|
|
29
28
|
Description-Content-Type: text/markdown
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
License-File: LICENSE
|
|
30
|
+
Requires-Dist: PyYAML<8.0,>5.4
|
|
31
|
+
Requires-Dist: fsspec[http]<2027.0,>=2022.5.0
|
|
32
|
+
Requires-Dist: lightning-utilities<2.0,>=0.10.0
|
|
33
|
+
Requires-Dist: packaging<27.0,>=20.0
|
|
34
|
+
Requires-Dist: torch<4.0,>=2.1.0
|
|
35
|
+
Requires-Dist: torchmetrics<3.0,>0.7.0
|
|
36
|
+
Requires-Dist: tqdm<6.0,>=4.57.0
|
|
37
|
+
Requires-Dist: typing-extensions<6.0,>4.5.0
|
|
38
|
+
Requires-Dist: pytorch-lightning
|
|
34
39
|
Provides-Extra: fabric-extra
|
|
40
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "fabric-extra"
|
|
35
41
|
Provides-Extra: fabric-strategies
|
|
36
|
-
|
|
42
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "fabric-strategies"
|
|
43
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "fabric-strategies"
|
|
37
44
|
Provides-Extra: fabric-examples
|
|
45
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "fabric-examples"
|
|
46
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "fabric-examples"
|
|
47
|
+
Provides-Extra: fabric-test
|
|
48
|
+
Requires-Dist: click==8.1.8; python_version < "3.11" and extra == "fabric-test"
|
|
49
|
+
Requires-Dist: click==8.3.0; python_version > "3.10" and extra == "fabric-test"
|
|
50
|
+
Requires-Dist: coverage==7.10.7; extra == "fabric-test"
|
|
51
|
+
Requires-Dist: numpy<2.0,>=1.21.0; extra == "fabric-test"
|
|
52
|
+
Requires-Dist: pytest-cov==6.3.0; extra == "fabric-test"
|
|
53
|
+
Requires-Dist: pytest-random-order==1.2.0; extra == "fabric-test"
|
|
54
|
+
Requires-Dist: pytest-rerunfailures==16.0.1; python_version < "3.10" and extra == "fabric-test"
|
|
55
|
+
Requires-Dist: pytest-rerunfailures==16.1; python_version >= "3.10" and extra == "fabric-test"
|
|
56
|
+
Requires-Dist: pytest-timeout==2.4.0; extra == "fabric-test"
|
|
57
|
+
Requires-Dist: pytest==8.4.2; extra == "fabric-test"
|
|
58
|
+
Requires-Dist: tensorboardX<3.0,>=2.6; extra == "fabric-test"
|
|
59
|
+
Provides-Extra: pytorch-extra
|
|
60
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "pytorch-extra"
|
|
61
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "pytorch-extra"
|
|
62
|
+
Requires-Dist: jsonargparse[jsonnet,signatures]<5.0,>=4.39.0; extra == "pytorch-extra"
|
|
63
|
+
Requires-Dist: matplotlib<4.0,>3.1; extra == "pytorch-extra"
|
|
64
|
+
Requires-Dist: omegaconf<3.0,>=2.2.3; extra == "pytorch-extra"
|
|
65
|
+
Requires-Dist: rich<15.0,>=12.3.0; extra == "pytorch-extra"
|
|
66
|
+
Requires-Dist: tensorboardX<3.0,>=2.2; extra == "pytorch-extra"
|
|
67
|
+
Provides-Extra: pytorch-strategies
|
|
68
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "pytorch-strategies"
|
|
69
|
+
Provides-Extra: pytorch-examples
|
|
70
|
+
Requires-Dist: ipython[all]<11.0,>=8.0.0; extra == "pytorch-examples"
|
|
71
|
+
Requires-Dist: requests<3.0; extra == "pytorch-examples"
|
|
72
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "pytorch-examples"
|
|
73
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "pytorch-examples"
|
|
74
|
+
Provides-Extra: pytorch-test
|
|
75
|
+
Requires-Dist: cloudpickle<4.0,>=1.3; extra == "pytorch-test"
|
|
76
|
+
Requires-Dist: coverage==7.10.7; extra == "pytorch-test"
|
|
77
|
+
Requires-Dist: fastapi; extra == "pytorch-test"
|
|
78
|
+
Requires-Dist: numpy<2.0,>1.20.0; extra == "pytorch-test"
|
|
79
|
+
Requires-Dist: onnx<2.0,>1.12.0; extra == "pytorch-test"
|
|
80
|
+
Requires-Dist: onnxruntime<2.0,>=1.12.0; extra == "pytorch-test"
|
|
81
|
+
Requires-Dist: onnxscript<1.0,>=0.1.0; extra == "pytorch-test"
|
|
82
|
+
Requires-Dist: pandas<3.0,>2.0; extra == "pytorch-test"
|
|
83
|
+
Requires-Dist: psutil<8.0; extra == "pytorch-test"
|
|
84
|
+
Requires-Dist: pytest-cov==6.3.0; extra == "pytorch-test"
|
|
85
|
+
Requires-Dist: pytest-random-order==1.2.0; extra == "pytorch-test"
|
|
86
|
+
Requires-Dist: pytest-rerunfailures==16.0.1; python_version < "3.10" and extra == "pytorch-test"
|
|
87
|
+
Requires-Dist: pytest-rerunfailures==16.1; python_version >= "3.10" and extra == "pytorch-test"
|
|
88
|
+
Requires-Dist: pytest-timeout==2.4.0; extra == "pytorch-test"
|
|
89
|
+
Requires-Dist: pytest==8.4.2; extra == "pytorch-test"
|
|
90
|
+
Requires-Dist: scikit-learn<2.0,>0.22.1; extra == "pytorch-test"
|
|
91
|
+
Requires-Dist: tensorboard<3.0,>=2.11; extra == "pytorch-test"
|
|
92
|
+
Requires-Dist: torch-tensorrt; (platform_system == "Linux" and python_version >= "3.12") and extra == "pytorch-test"
|
|
93
|
+
Requires-Dist: uvicorn; extra == "pytorch-test"
|
|
38
94
|
Provides-Extra: fabric-all
|
|
95
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "fabric-all"
|
|
96
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "fabric-all"
|
|
97
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "fabric-all"
|
|
98
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "fabric-all"
|
|
99
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "fabric-all"
|
|
39
100
|
Provides-Extra: fabric-dev
|
|
101
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "fabric-dev"
|
|
102
|
+
Requires-Dist: click==8.1.8; python_version < "3.11" and extra == "fabric-dev"
|
|
103
|
+
Requires-Dist: click==8.3.0; python_version > "3.10" and extra == "fabric-dev"
|
|
104
|
+
Requires-Dist: coverage==7.10.7; extra == "fabric-dev"
|
|
105
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "fabric-dev"
|
|
106
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "fabric-dev"
|
|
107
|
+
Requires-Dist: numpy<2.0,>=1.21.0; extra == "fabric-dev"
|
|
108
|
+
Requires-Dist: pytest-cov==6.3.0; extra == "fabric-dev"
|
|
109
|
+
Requires-Dist: pytest-random-order==1.2.0; extra == "fabric-dev"
|
|
110
|
+
Requires-Dist: pytest-rerunfailures==16.0.1; python_version < "3.10" and extra == "fabric-dev"
|
|
111
|
+
Requires-Dist: pytest-rerunfailures==16.1; python_version >= "3.10" and extra == "fabric-dev"
|
|
112
|
+
Requires-Dist: pytest-timeout==2.4.0; extra == "fabric-dev"
|
|
113
|
+
Requires-Dist: pytest==8.4.2; extra == "fabric-dev"
|
|
114
|
+
Requires-Dist: tensorboardX<3.0,>=2.6; extra == "fabric-dev"
|
|
115
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "fabric-dev"
|
|
116
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "fabric-dev"
|
|
40
117
|
Provides-Extra: pytorch-all
|
|
118
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "pytorch-all"
|
|
119
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "pytorch-all"
|
|
120
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "pytorch-all"
|
|
121
|
+
Requires-Dist: ipython[all]<11.0,>=8.0.0; extra == "pytorch-all"
|
|
122
|
+
Requires-Dist: jsonargparse[jsonnet,signatures]<5.0,>=4.39.0; extra == "pytorch-all"
|
|
123
|
+
Requires-Dist: matplotlib<4.0,>3.1; extra == "pytorch-all"
|
|
124
|
+
Requires-Dist: omegaconf<3.0,>=2.2.3; extra == "pytorch-all"
|
|
125
|
+
Requires-Dist: requests<3.0; extra == "pytorch-all"
|
|
126
|
+
Requires-Dist: rich<15.0,>=12.3.0; extra == "pytorch-all"
|
|
127
|
+
Requires-Dist: tensorboardX<3.0,>=2.2; extra == "pytorch-all"
|
|
128
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "pytorch-all"
|
|
129
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "pytorch-all"
|
|
41
130
|
Provides-Extra: pytorch-dev
|
|
131
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "pytorch-dev"
|
|
132
|
+
Requires-Dist: cloudpickle<4.0,>=1.3; extra == "pytorch-dev"
|
|
133
|
+
Requires-Dist: coverage==7.10.7; extra == "pytorch-dev"
|
|
134
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "pytorch-dev"
|
|
135
|
+
Requires-Dist: fastapi; extra == "pytorch-dev"
|
|
136
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "pytorch-dev"
|
|
137
|
+
Requires-Dist: ipython[all]<11.0,>=8.0.0; extra == "pytorch-dev"
|
|
138
|
+
Requires-Dist: jsonargparse[jsonnet,signatures]<5.0,>=4.39.0; extra == "pytorch-dev"
|
|
139
|
+
Requires-Dist: matplotlib<4.0,>3.1; extra == "pytorch-dev"
|
|
140
|
+
Requires-Dist: numpy<2.0,>1.20.0; extra == "pytorch-dev"
|
|
141
|
+
Requires-Dist: omegaconf<3.0,>=2.2.3; extra == "pytorch-dev"
|
|
142
|
+
Requires-Dist: onnx<2.0,>1.12.0; extra == "pytorch-dev"
|
|
143
|
+
Requires-Dist: onnxruntime<2.0,>=1.12.0; extra == "pytorch-dev"
|
|
144
|
+
Requires-Dist: onnxscript<1.0,>=0.1.0; extra == "pytorch-dev"
|
|
145
|
+
Requires-Dist: pandas<3.0,>2.0; extra == "pytorch-dev"
|
|
146
|
+
Requires-Dist: psutil<8.0; extra == "pytorch-dev"
|
|
147
|
+
Requires-Dist: pytest-cov==6.3.0; extra == "pytorch-dev"
|
|
148
|
+
Requires-Dist: pytest-random-order==1.2.0; extra == "pytorch-dev"
|
|
149
|
+
Requires-Dist: pytest-rerunfailures==16.0.1; python_version < "3.10" and extra == "pytorch-dev"
|
|
150
|
+
Requires-Dist: pytest-rerunfailures==16.1; python_version >= "3.10" and extra == "pytorch-dev"
|
|
151
|
+
Requires-Dist: pytest-timeout==2.4.0; extra == "pytorch-dev"
|
|
152
|
+
Requires-Dist: pytest==8.4.2; extra == "pytorch-dev"
|
|
153
|
+
Requires-Dist: requests<3.0; extra == "pytorch-dev"
|
|
154
|
+
Requires-Dist: rich<15.0,>=12.3.0; extra == "pytorch-dev"
|
|
155
|
+
Requires-Dist: scikit-learn<2.0,>0.22.1; extra == "pytorch-dev"
|
|
156
|
+
Requires-Dist: tensorboard<3.0,>=2.11; extra == "pytorch-dev"
|
|
157
|
+
Requires-Dist: tensorboardX<3.0,>=2.2; extra == "pytorch-dev"
|
|
158
|
+
Requires-Dist: torch-tensorrt; (platform_system == "Linux" and python_version >= "3.12") and extra == "pytorch-dev"
|
|
159
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "pytorch-dev"
|
|
160
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "pytorch-dev"
|
|
161
|
+
Requires-Dist: uvicorn; extra == "pytorch-dev"
|
|
162
|
+
Provides-Extra: data
|
|
163
|
+
Requires-Dist: litdata<1.0,>=0.2.0rc; extra == "data"
|
|
42
164
|
Provides-Extra: extra
|
|
165
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "extra"
|
|
166
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "extra"
|
|
167
|
+
Requires-Dist: jsonargparse[jsonnet,signatures]<5.0,>=4.39.0; extra == "extra"
|
|
168
|
+
Requires-Dist: matplotlib<4.0,>3.1; extra == "extra"
|
|
169
|
+
Requires-Dist: omegaconf<3.0,>=2.2.3; extra == "extra"
|
|
170
|
+
Requires-Dist: rich<15.0,>=12.3.0; extra == "extra"
|
|
171
|
+
Requires-Dist: tensorboardX<3.0,>=2.2; extra == "extra"
|
|
43
172
|
Provides-Extra: strategies
|
|
44
|
-
|
|
173
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "strategies"
|
|
174
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "strategies"
|
|
45
175
|
Provides-Extra: examples
|
|
46
|
-
|
|
176
|
+
Requires-Dist: ipython[all]<11.0,>=8.0.0; extra == "examples"
|
|
177
|
+
Requires-Dist: requests<3.0; extra == "examples"
|
|
178
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "examples"
|
|
179
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "examples"
|
|
180
|
+
Provides-Extra: test
|
|
181
|
+
Requires-Dist: click==8.1.8; python_version < "3.11" and extra == "test"
|
|
182
|
+
Requires-Dist: click==8.3.0; python_version > "3.10" and extra == "test"
|
|
183
|
+
Requires-Dist: cloudpickle<4.0,>=1.3; extra == "test"
|
|
184
|
+
Requires-Dist: coverage==7.10.7; extra == "test"
|
|
185
|
+
Requires-Dist: fastapi; extra == "test"
|
|
186
|
+
Requires-Dist: numpy<2.0,>1.20.0; extra == "test"
|
|
187
|
+
Requires-Dist: numpy<2.0,>=1.21.0; extra == "test"
|
|
188
|
+
Requires-Dist: onnx<2.0,>1.12.0; extra == "test"
|
|
189
|
+
Requires-Dist: onnxruntime<2.0,>=1.12.0; extra == "test"
|
|
190
|
+
Requires-Dist: onnxscript<1.0,>=0.1.0; extra == "test"
|
|
191
|
+
Requires-Dist: pandas<3.0,>2.0; extra == "test"
|
|
192
|
+
Requires-Dist: psutil<8.0; extra == "test"
|
|
193
|
+
Requires-Dist: pytest-cov==6.3.0; extra == "test"
|
|
194
|
+
Requires-Dist: pytest-random-order==1.2.0; extra == "test"
|
|
195
|
+
Requires-Dist: pytest-rerunfailures==16.0.1; python_version < "3.10" and extra == "test"
|
|
196
|
+
Requires-Dist: pytest-rerunfailures==16.1; python_version >= "3.10" and extra == "test"
|
|
197
|
+
Requires-Dist: pytest-timeout==2.4.0; extra == "test"
|
|
198
|
+
Requires-Dist: pytest==8.4.2; extra == "test"
|
|
199
|
+
Requires-Dist: scikit-learn<2.0,>0.22.1; extra == "test"
|
|
200
|
+
Requires-Dist: tensorboard<3.0,>=2.11; extra == "test"
|
|
201
|
+
Requires-Dist: tensorboardX<3.0,>=2.6; extra == "test"
|
|
202
|
+
Requires-Dist: torch-tensorrt; (platform_system == "Linux" and python_version >= "3.12") and extra == "test"
|
|
203
|
+
Requires-Dist: uvicorn; extra == "test"
|
|
47
204
|
Provides-Extra: all
|
|
205
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "all"
|
|
206
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "all"
|
|
207
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "all"
|
|
208
|
+
Requires-Dist: ipython[all]<11.0,>=8.0.0; extra == "all"
|
|
209
|
+
Requires-Dist: jsonargparse[jsonnet,signatures]<5.0,>=4.39.0; extra == "all"
|
|
210
|
+
Requires-Dist: matplotlib<4.0,>3.1; extra == "all"
|
|
211
|
+
Requires-Dist: omegaconf<3.0,>=2.2.3; extra == "all"
|
|
212
|
+
Requires-Dist: requests<3.0; extra == "all"
|
|
213
|
+
Requires-Dist: rich<15.0,>=12.3.0; extra == "all"
|
|
214
|
+
Requires-Dist: tensorboardX<3.0,>=2.2; extra == "all"
|
|
215
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "all"
|
|
216
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "all"
|
|
48
217
|
Provides-Extra: dev
|
|
49
|
-
|
|
218
|
+
Requires-Dist: bitsandbytes<1.0,>=0.45.2; platform_system != "Darwin" and extra == "dev"
|
|
219
|
+
Requires-Dist: click==8.1.8; python_version < "3.11" and extra == "dev"
|
|
220
|
+
Requires-Dist: click==8.3.0; python_version > "3.10" and extra == "dev"
|
|
221
|
+
Requires-Dist: cloudpickle<4.0,>=1.3; extra == "dev"
|
|
222
|
+
Requires-Dist: coverage==7.10.7; extra == "dev"
|
|
223
|
+
Requires-Dist: deepspeed<0.17.0,>=0.15.0; (platform_system != "Windows" and platform_system != "Darwin") and extra == "dev"
|
|
224
|
+
Requires-Dist: fastapi; extra == "dev"
|
|
225
|
+
Requires-Dist: hydra-core<2.0,>=1.2.0; extra == "dev"
|
|
226
|
+
Requires-Dist: ipython[all]<11.0,>=8.0.0; extra == "dev"
|
|
227
|
+
Requires-Dist: jsonargparse[jsonnet,signatures]<5.0,>=4.39.0; extra == "dev"
|
|
228
|
+
Requires-Dist: matplotlib<4.0,>3.1; extra == "dev"
|
|
229
|
+
Requires-Dist: numpy<2.0,>1.20.0; extra == "dev"
|
|
230
|
+
Requires-Dist: numpy<2.0,>=1.21.0; extra == "dev"
|
|
231
|
+
Requires-Dist: omegaconf<3.0,>=2.2.3; extra == "dev"
|
|
232
|
+
Requires-Dist: onnx<2.0,>1.12.0; extra == "dev"
|
|
233
|
+
Requires-Dist: onnxruntime<2.0,>=1.12.0; extra == "dev"
|
|
234
|
+
Requires-Dist: onnxscript<1.0,>=0.1.0; extra == "dev"
|
|
235
|
+
Requires-Dist: pandas<3.0,>2.0; extra == "dev"
|
|
236
|
+
Requires-Dist: psutil<8.0; extra == "dev"
|
|
237
|
+
Requires-Dist: pytest-cov==6.3.0; extra == "dev"
|
|
238
|
+
Requires-Dist: pytest-random-order==1.2.0; extra == "dev"
|
|
239
|
+
Requires-Dist: pytest-rerunfailures==16.0.1; python_version < "3.10" and extra == "dev"
|
|
240
|
+
Requires-Dist: pytest-rerunfailures==16.1; python_version >= "3.10" and extra == "dev"
|
|
241
|
+
Requires-Dist: pytest-timeout==2.4.0; extra == "dev"
|
|
242
|
+
Requires-Dist: pytest==8.4.2; extra == "dev"
|
|
243
|
+
Requires-Dist: requests<3.0; extra == "dev"
|
|
244
|
+
Requires-Dist: rich<15.0,>=12.3.0; extra == "dev"
|
|
245
|
+
Requires-Dist: scikit-learn<2.0,>0.22.1; extra == "dev"
|
|
246
|
+
Requires-Dist: tensorboard<3.0,>=2.11; extra == "dev"
|
|
247
|
+
Requires-Dist: tensorboardX<3.0,>=2.2; extra == "dev"
|
|
248
|
+
Requires-Dist: tensorboardX<3.0,>=2.6; extra == "dev"
|
|
249
|
+
Requires-Dist: torch-tensorrt; (platform_system == "Linux" and python_version >= "3.12") and extra == "dev"
|
|
250
|
+
Requires-Dist: torchmetrics<2.0,>=0.10.0; extra == "dev"
|
|
251
|
+
Requires-Dist: torchvision<1.0,>=0.16.0; extra == "dev"
|
|
252
|
+
Requires-Dist: uvicorn; extra == "dev"
|
|
253
|
+
Dynamic: author
|
|
254
|
+
Dynamic: author-email
|
|
255
|
+
Dynamic: classifier
|
|
256
|
+
Dynamic: description
|
|
257
|
+
Dynamic: description-content-type
|
|
258
|
+
Dynamic: download-url
|
|
259
|
+
Dynamic: home-page
|
|
260
|
+
Dynamic: keywords
|
|
261
|
+
Dynamic: license
|
|
262
|
+
Dynamic: license-file
|
|
263
|
+
Dynamic: project-url
|
|
264
|
+
Dynamic: provides-extra
|
|
265
|
+
Dynamic: requires-dist
|
|
266
|
+
Dynamic: requires-python
|
|
267
|
+
Dynamic: summary
|
|
50
268
|
|
|
51
269
|
<div align="center">
|
|
52
270
|
|
|
@@ -55,7 +273,7 @@ License-File: LICENSE
|
|
|
55
273
|
<br/>
|
|
56
274
|
<br/>
|
|
57
275
|
|
|
58
|
-
**The deep learning framework to
|
|
276
|
+
**The deep learning framework to pretrain and finetune AI models.**
|
|
59
277
|
|
|
60
278
|
**Deploying models?** Check out [LitServe](https://github.com/Lightning-AI/litserve?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme), the PyTorch Lightning for inference engines
|
|
61
279
|
|
|
@@ -68,7 +286,7 @@ ______________________________________________________________________
|
|
|
68
286
|
<a href="#lightning-fabric-expert-control">Fabric</a> •
|
|
69
287
|
<a href="https://lightning.ai/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Lightning Cloud</a> •
|
|
70
288
|
<a href="#community">Community</a> •
|
|
71
|
-
<a href="https://pytorch-lightning.readthedocs.io/en/2.6.0.
|
|
289
|
+
<a href="https://pytorch-lightning.readthedocs.io/en/2.6.0.dev20251019">Docs</a>
|
|
72
290
|
</p>
|
|
73
291
|
|
|
74
292
|
<!-- DO NOT ADD CONDA DOWNLOADS... README CHANGES MUST BE APPROVED BY EDEN OR WILL -->
|
|
@@ -610,7 +828,7 @@ Lightning is rigorously tested across multiple CPUs, GPUs and TPUs and against m
|
|
|
610
828
|
|
|
611
829
|
| System / PyTorch ver. | 1.13 | 2.0 | 2.1 |
|
|
612
830
|
| :--------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
613
|
-
| Linux py3.9 \[GPUs\] | | | [](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=24&branchName=master) |
|
|
614
832
|
| Linux (multiple Python versions) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
|
|
615
833
|
| OSX (multiple Python versions) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
|
|
616
834
|
| Windows (multiple Python versions) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
|
|
@@ -639,5 +857,3 @@ If you have any questions please:
|
|
|
639
857
|
1. [Read the docs](https://lightning.ai/docs?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme).
|
|
640
858
|
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)
|
|
641
859
|
1. [Join our discord](https://discord.com/invite/tfXFetEZxv).
|
|
642
|
-
|
|
643
|
-
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<br/>
|
|
6
6
|
<br/>
|
|
7
7
|
|
|
8
|
-
**The deep learning framework to
|
|
8
|
+
**The deep learning framework to pretrain and finetune AI models.**
|
|
9
9
|
|
|
10
10
|
**Deploying models?** Check out [LitServe](https://github.com/Lightning-AI/litserve?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme), the PyTorch Lightning for inference engines
|
|
11
11
|
|
{lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/fabric/strategies.txt
RENAMED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
# note: is a bug around 0.10 with `MPS_Accelerator must implement all abstract methods`
|
|
7
7
|
# shall be resolved by https://github.com/microsoft/DeepSpeed/issues/4372
|
|
8
|
-
deepspeed >=0.
|
|
8
|
+
deepspeed >=0.15.0,<0.17.0; platform_system != "Windows" and platform_system != "Darwin" # strict
|
|
9
9
|
bitsandbytes >=0.45.2,<0.47.0; platform_system != "Darwin"
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
coverage ==7.10.
|
|
1
|
+
coverage ==7.10.7
|
|
2
2
|
numpy >=1.21.0, <1.27.0
|
|
3
3
|
pytest ==8.4.2
|
|
4
4
|
pytest-cov ==6.3.0
|
|
5
5
|
pytest-timeout ==2.4.0
|
|
6
|
-
pytest-rerunfailures ==16.0.1
|
|
6
|
+
pytest-rerunfailures ==16.0.1; python_version < "3.10"
|
|
7
|
+
pytest-rerunfailures ==16.1; python_version >= "3.10"
|
|
7
8
|
pytest-random-order ==1.2.0
|
|
8
9
|
click ==8.1.8; python_version < "3.11"
|
|
9
10
|
click ==8.3.0; python_version > "3.10"
|
{lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/requirements/pytorch/strategies.txt
RENAMED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
# note: is a bug around 0.10 with `MPS_Accelerator must implement all abstract methods`
|
|
5
5
|
# shall be resolved by https://github.com/microsoft/DeepSpeed/issues/4372
|
|
6
|
-
deepspeed >=0.
|
|
6
|
+
deepspeed >=0.15.0,<0.17.0; platform_system != "Windows" and platform_system != "Darwin" # strict
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
coverage ==7.10.
|
|
1
|
+
coverage ==7.10.7
|
|
2
2
|
pytest ==8.4.2
|
|
3
3
|
pytest-cov ==6.3.0
|
|
4
4
|
pytest-timeout ==2.4.0
|
|
5
|
-
pytest-rerunfailures ==16.0.1
|
|
5
|
+
pytest-rerunfailures ==16.0.1; python_version < "3.10"
|
|
6
|
+
pytest-rerunfailures ==16.1; python_version >= "3.10"
|
|
6
7
|
pytest-random-order ==1.2.0
|
|
7
8
|
|
|
8
9
|
# needed in tests
|
|
@@ -37,6 +37,7 @@ from lightning.fabric.strategies.ddp import DDPStrategy
|
|
|
37
37
|
from lightning.fabric.strategies.registry import _StrategyRegistry
|
|
38
38
|
from lightning.fabric.strategies.strategy import _Sharded
|
|
39
39
|
from lightning.fabric.utilities.distributed import log
|
|
40
|
+
from lightning.fabric.utilities.imports import _TORCH_GREATER_EQUAL_2_6
|
|
40
41
|
from lightning.fabric.utilities.load import _move_state_into
|
|
41
42
|
from lightning.fabric.utilities.rank_zero import rank_zero_info, rank_zero_warn
|
|
42
43
|
from lightning.fabric.utilities.seed import reset_seed
|
|
@@ -47,6 +48,7 @@ if TYPE_CHECKING:
|
|
|
47
48
|
from torch.optim.lr_scheduler import _LRScheduler
|
|
48
49
|
|
|
49
50
|
_DEEPSPEED_AVAILABLE = RequirementCache("deepspeed")
|
|
51
|
+
_DEEPSPEED_GREATER_EQUAL_0_16 = RequirementCache("deepspeed>=0.16.0")
|
|
50
52
|
|
|
51
53
|
|
|
52
54
|
# TODO(fabric): Links in the docstrings to PL-specific deepspeed user docs need to be replaced.
|
|
@@ -239,6 +241,19 @@ class DeepSpeedStrategy(DDPStrategy, _Sharded):
|
|
|
239
241
|
" Install it by running `pip install -U deepspeed`."
|
|
240
242
|
)
|
|
241
243
|
|
|
244
|
+
if _TORCH_GREATER_EQUAL_2_6 and not _DEEPSPEED_GREATER_EQUAL_0_16:
|
|
245
|
+
# Starting with PyTorch 2.6, `torch.load` defaults to `weights_only=True` when loading full checkpoints.
|
|
246
|
+
# DeepSpeed added support for this behavior in version 0.16.0.
|
|
247
|
+
import deepspeed
|
|
248
|
+
|
|
249
|
+
deepspeed_version = deepspeed.__version__
|
|
250
|
+
|
|
251
|
+
raise ImportError(
|
|
252
|
+
f"PyTorch >= 2.6 requires DeepSpeed >= 0.16.0. "
|
|
253
|
+
f"Detected DeepSpeed version: {deepspeed_version}. "
|
|
254
|
+
"Please upgrade by running `pip install -U 'deepspeed>=0.16.0'`."
|
|
255
|
+
)
|
|
256
|
+
|
|
242
257
|
super().__init__(
|
|
243
258
|
accelerator=accelerator,
|
|
244
259
|
parallel_devices=parallel_devices,
|
|
@@ -36,5 +36,6 @@ _TORCH_GREATER_EQUAL_2_4 = compare_version("torch", operator.ge, "2.4.0")
|
|
|
36
36
|
_TORCH_GREATER_EQUAL_2_4_1 = compare_version("torch", operator.ge, "2.4.1")
|
|
37
37
|
_TORCH_GREATER_EQUAL_2_5 = compare_version("torch", operator.ge, "2.5.0")
|
|
38
38
|
_TORCH_LESS_EQUAL_2_6 = compare_version("torch", operator.le, "2.6.0")
|
|
39
|
+
_TORCH_GREATER_EQUAL_2_6 = compare_version("torch", operator.ge, "2.6.0")
|
|
39
40
|
_TORCHMETRICS_GREATER_EQUAL_1_0_0 = compare_version("torchmetrics", operator.ge, "1.0.0")
|
|
40
41
|
_PYTHON_GREATER_EQUAL_3_10_0 = (sys.version_info.major, sys.version_info.minor) >= (3, 10)
|
{lightning-2.6.0.dev20251012 → lightning-2.6.0.dev20251019}/src/lightning/pytorch/CHANGELOG.md
RENAMED
|
@@ -52,6 +52,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
|
52
52
|
- Fixed preventing recursive symlink creation iwhen `save_last='link'` and `save_top_k=-1` ([#21186](https://github.com/Lightning-AI/pytorch-lightning/pull/21186))
|
|
53
53
|
|
|
54
54
|
|
|
55
|
+
- Fixed `ModelPruning` sparsity logging bug that caused incorrect sparsity percentages ([#21223](https://github.com/Lightning-AI/pytorch-lightning/pull/21223))
|
|
56
|
+
|
|
57
|
+
|
|
55
58
|
- Fixed `LightningCLI` loading of hyperparameters from `ckpt_path` failing for subclass model mode ([#21246](https://github.com/Lightning-AI/pytorch-lightning/pull/21246))
|
|
56
59
|
|
|
57
60
|
|
|
@@ -349,7 +349,7 @@ class ModelPruning(Callback):
|
|
|
349
349
|
def _log_sparsity_stats(
|
|
350
350
|
self, prev: list[tuple[int, int]], curr: list[tuple[int, int]], amount: Union[int, float] = 0
|
|
351
351
|
) -> None:
|
|
352
|
-
total_params = sum(
|
|
352
|
+
total_params = sum(total for _, total in curr)
|
|
353
353
|
prev_total_zeros = sum(zeros for zeros, _ in prev)
|
|
354
354
|
curr_total_zeros = sum(zeros for zeros, _ in curr)
|
|
355
355
|
log.info(
|
|
@@ -35,10 +35,12 @@ from lightning.fabric.plugins.collectives.torch_collective import default_pg_tim
|
|
|
35
35
|
from lightning.fabric.strategies import _StrategyRegistry
|
|
36
36
|
from lightning.fabric.strategies.deepspeed import (
|
|
37
37
|
_DEEPSPEED_AVAILABLE,
|
|
38
|
+
_DEEPSPEED_GREATER_EQUAL_0_16,
|
|
38
39
|
_format_precision_config,
|
|
39
40
|
_validate_checkpoint_directory,
|
|
40
41
|
_validate_device_index_selection,
|
|
41
42
|
)
|
|
43
|
+
from lightning.fabric.utilities.imports import _TORCH_GREATER_EQUAL_2_6
|
|
42
44
|
from lightning.fabric.utilities.optimizer import _optimizers_to_device
|
|
43
45
|
from lightning.fabric.utilities.seed import reset_seed
|
|
44
46
|
from lightning.fabric.utilities.types import _PATH
|
|
@@ -262,6 +264,19 @@ class DeepSpeedStrategy(DDPStrategy):
|
|
|
262
264
|
" Install it by running `pip install -U deepspeed`."
|
|
263
265
|
)
|
|
264
266
|
|
|
267
|
+
if _TORCH_GREATER_EQUAL_2_6 and not _DEEPSPEED_GREATER_EQUAL_0_16:
|
|
268
|
+
# Starting with PyTorch 2.6, `torch.load` defaults to `weights_only=True` when loading full checkpoints.
|
|
269
|
+
# DeepSpeed added support for this behavior in version 0.16.0.
|
|
270
|
+
import deepspeed
|
|
271
|
+
|
|
272
|
+
deepspeed_version = deepspeed.__version__
|
|
273
|
+
|
|
274
|
+
raise ImportError(
|
|
275
|
+
f"PyTorch >= 2.6 requires DeepSpeed >= 0.16.0. "
|
|
276
|
+
f"Detected DeepSpeed version: {deepspeed_version}. "
|
|
277
|
+
"Please upgrade by running `pip install -U 'deepspeed>=0.16.0'`."
|
|
278
|
+
)
|
|
279
|
+
|
|
265
280
|
super().__init__(
|
|
266
281
|
accelerator=accelerator,
|
|
267
282
|
parallel_devices=parallel_devices,
|
|
@@ -91,8 +91,7 @@ class _Sync:
|
|
|
91
91
|
"""Used to compute the syncing function and cache it."""
|
|
92
92
|
fn = self.no_op if self.fn is None or not self.should or self.rank_zero_only else self.fn
|
|
93
93
|
# save the function as `_fn` as the meta are being re-created and the object references need to match.
|
|
94
|
-
|
|
95
|
-
self._fn: Callable = partial(fn, reduce_op=self.op, group=self.group) # type: ignore[unused-ignore]
|
|
94
|
+
self._fn: Callable = partial(fn, reduce_op=self.op, group=self.group)
|
|
96
95
|
|
|
97
96
|
@property
|
|
98
97
|
def __call__(self) -> Any:
|
|
@@ -93,10 +93,10 @@ def convert_zero_checkpoint_to_fp32_state_dict(
|
|
|
93
93
|
]
|
|
94
94
|
checkpoint_dir = ds_checkpoint_dir(checkpoint_dir)
|
|
95
95
|
optim_files = get_optim_files(checkpoint_dir)
|
|
96
|
-
optim_state = torch.load(optim_files[0], map_location=CPU_DEVICE)
|
|
96
|
+
optim_state = torch.load(optim_files[0], map_location=CPU_DEVICE, weights_only=False)
|
|
97
97
|
zero_stage = optim_state["optimizer_state_dict"]["zero_stage"]
|
|
98
98
|
model_file = get_model_state_file(checkpoint_dir, zero_stage)
|
|
99
|
-
client_state = torch.load(model_file, map_location=CPU_DEVICE)
|
|
99
|
+
client_state = torch.load(model_file, map_location=CPU_DEVICE, weights_only=False)
|
|
100
100
|
client_state = {key: value for key, value in client_state.items() if key not in deepspeed_states}
|
|
101
101
|
# State dict keys will include reference to wrapper _LightningModuleWrapperBase in old checkpoints created in
|
|
102
102
|
# Lightning version < 2.1. Delete the `_forward_module` prefix before saving.
|
|
@@ -19,7 +19,7 @@ from typing import TYPE_CHECKING, Any, Callable, Generic, Optional, TypeVar
|
|
|
19
19
|
|
|
20
20
|
from lightning_utilities.core.imports import RequirementCache
|
|
21
21
|
from torch import nn
|
|
22
|
-
from typing_extensions import Concatenate, ParamSpec
|
|
22
|
+
from typing_extensions import Concatenate, ParamSpec, override
|
|
23
23
|
|
|
24
24
|
import lightning.pytorch as pl
|
|
25
25
|
|
|
@@ -104,26 +104,32 @@ _P = ParamSpec("_P") # parameters of the decorated method
|
|
|
104
104
|
_R_co = TypeVar("_R_co", covariant=True) # return type of the decorated method
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
class _restricted_classmethod_impl(Generic[_T,
|
|
107
|
+
class _restricted_classmethod_impl(classmethod, Generic[_T, _P, _R_co]):
|
|
108
108
|
"""Drop-in replacement for @classmethod, but raises an exception when the decorated method is called on an instance
|
|
109
109
|
instead of a class type."""
|
|
110
110
|
|
|
111
|
+
method: Callable[Concatenate[type[_T], _P], _R_co]
|
|
112
|
+
|
|
111
113
|
def __init__(self, method: Callable[Concatenate[type[_T], _P], _R_co]) -> None:
|
|
114
|
+
super().__init__(method)
|
|
112
115
|
self.method = method
|
|
113
116
|
|
|
114
|
-
|
|
117
|
+
@override
|
|
118
|
+
def __get__(self, instance: _T, cls: Optional[type[_T]] = None) -> Callable[_P, _R_co]: # type: ignore[override]
|
|
115
119
|
# The wrapper ensures that the method can be inspected, but not called on an instance
|
|
116
120
|
@functools.wraps(self.method)
|
|
117
121
|
def wrapper(*args: Any, **kwargs: Any) -> _R_co:
|
|
118
122
|
# Workaround for https://github.com/pytorch/pytorch/issues/67146
|
|
119
123
|
is_scripting = any(os.path.join("torch", "jit") in frameinfo.filename for frameinfo in inspect.stack())
|
|
124
|
+
cls_type = cls if cls is not None else type(instance)
|
|
120
125
|
if instance is not None and not is_scripting:
|
|
121
126
|
raise TypeError(
|
|
122
|
-
f"The classmethod `{
|
|
127
|
+
f"The classmethod `{cls_type.__name__}.{self.method.__name__}` cannot be called on an instance."
|
|
123
128
|
" Please call it on the class type and make sure the return value is used."
|
|
124
129
|
)
|
|
125
|
-
return self.method(
|
|
130
|
+
return self.method(cls_type, *args, **kwargs)
|
|
126
131
|
|
|
132
|
+
wrapper.__func__ = self.method
|
|
127
133
|
return wrapper
|
|
128
134
|
|
|
129
135
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.6.0.dev20251019
|