lightning 2.6.0.dev20251005__tar.gz → 2.6.0.dev20251012__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.
Files changed (301) hide show
  1. {lightning-2.6.0.dev20251005/src/lightning.egg-info → lightning-2.6.0.dev20251012}/PKG-INFO +39 -28
  2. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/README.md +36 -25
  3. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/pytorch/docs.txt +1 -1
  4. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/pytorch/test.txt +1 -1
  5. lightning-2.6.0.dev20251012/src/lightning/version.info +1 -0
  6. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012/src/lightning.egg-info}/PKG-INFO +39 -28
  7. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning.egg-info/SOURCES.txt +1 -1
  8. lightning-2.6.0.dev20251012/src/version.info +1 -0
  9. lightning-2.6.0.dev20251005/src/lightning/version.info +0 -1
  10. lightning-2.6.0.dev20251005/src/version.info +0 -1
  11. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/.actions/assistant.py +0 -0
  12. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/CITATION.cff +0 -0
  13. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/LICENSE +0 -0
  14. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/pyproject.toml +0 -0
  15. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/base.txt +0 -0
  16. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/fabric/base.txt +0 -0
  17. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/fabric/docs.txt +0 -0
  18. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/fabric/examples.txt +0 -0
  19. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/fabric/extra.txt +0 -0
  20. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/fabric/strategies.txt +0 -0
  21. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/fabric/test.txt +0 -0
  22. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/pytorch/base.txt +0 -0
  23. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/pytorch/examples.txt +0 -0
  24. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/pytorch/extra.txt +0 -0
  25. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/requirements/pytorch/strategies.txt +0 -0
  26. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/setup.cfg +0 -0
  27. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/setup.py +0 -0
  28. /lightning-2.6.0.dev20251005/src/lightning/c91e6a67c6bfa254cdb99dfc808e202d35d7cad367d709a0 → /lightning-2.6.0.dev20251012/src/lightning/5b705a7014edaaf56001d22c792398bfa76fb0f7da2a9769 +0 -0
  29. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/__about__.py +0 -0
  30. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/__init__.py +0 -0
  31. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/__setup__.py +0 -0
  32. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/__version__.py +0 -0
  33. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/data/__init__.py +0 -0
  34. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/CHANGELOG.md +0 -0
  35. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/__init__.py +0 -0
  36. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/_graveyard/__init__.py +0 -0
  37. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/_graveyard/tpu.py +0 -0
  38. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/accelerators/__init__.py +0 -0
  39. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/accelerators/accelerator.py +0 -0
  40. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/accelerators/cpu.py +0 -0
  41. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/accelerators/cuda.py +0 -0
  42. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/accelerators/mps.py +0 -0
  43. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/accelerators/registry.py +0 -0
  44. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/accelerators/xla.py +0 -0
  45. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/cli.py +0 -0
  46. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/connector.py +0 -0
  47. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/fabric.py +0 -0
  48. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/loggers/__init__.py +0 -0
  49. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/loggers/csv_logs.py +0 -0
  50. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/loggers/logger.py +0 -0
  51. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/loggers/tensorboard.py +0 -0
  52. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/__init__.py +0 -0
  53. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/collectives/__init__.py +0 -0
  54. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/collectives/collective.py +0 -0
  55. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/collectives/single_device.py +0 -0
  56. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/collectives/torch_collective.py +0 -0
  57. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/__init__.py +0 -0
  58. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/cluster_environment.py +0 -0
  59. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/kubeflow.py +0 -0
  60. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/lightning.py +0 -0
  61. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/lsf.py +0 -0
  62. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/mpi.py +0 -0
  63. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/slurm.py +0 -0
  64. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/torchelastic.py +0 -0
  65. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/environments/xla.py +0 -0
  66. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/io/__init__.py +0 -0
  67. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/io/checkpoint_io.py +0 -0
  68. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/io/torch_io.py +0 -0
  69. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/io/xla.py +0 -0
  70. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/__init__.py +0 -0
  71. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/amp.py +0 -0
  72. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/bitsandbytes.py +0 -0
  73. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/deepspeed.py +0 -0
  74. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/double.py +0 -0
  75. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/fsdp.py +0 -0
  76. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/half.py +0 -0
  77. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/precision.py +0 -0
  78. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/transformer_engine.py +0 -0
  79. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/utils.py +0 -0
  80. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/plugins/precision/xla.py +0 -0
  81. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/__init__.py +0 -0
  82. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/ddp.py +0 -0
  83. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/deepspeed.py +0 -0
  84. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/dp.py +0 -0
  85. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/fsdp.py +0 -0
  86. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/launchers/__init__.py +0 -0
  87. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/launchers/launcher.py +0 -0
  88. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/launchers/multiprocessing.py +0 -0
  89. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/launchers/subprocess_script.py +0 -0
  90. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/launchers/xla.py +0 -0
  91. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/model_parallel.py +0 -0
  92. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/parallel.py +0 -0
  93. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/registry.py +0 -0
  94. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/single_device.py +0 -0
  95. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/single_xla.py +0 -0
  96. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/strategy.py +0 -0
  97. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/xla.py +0 -0
  98. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/strategies/xla_fsdp.py +0 -0
  99. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/__init__.py +0 -0
  100. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/apply_func.py +0 -0
  101. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/cloud_io.py +0 -0
  102. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/consolidate_checkpoint.py +0 -0
  103. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/data.py +0 -0
  104. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/device_dtype_mixin.py +0 -0
  105. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/device_parser.py +0 -0
  106. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/distributed.py +0 -0
  107. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/enums.py +0 -0
  108. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/exceptions.py +0 -0
  109. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/imports.py +0 -0
  110. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/init.py +0 -0
  111. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/load.py +0 -0
  112. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/logger.py +0 -0
  113. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/optimizer.py +0 -0
  114. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/rank_zero.py +0 -0
  115. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/registry.py +0 -0
  116. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/seed.py +0 -0
  117. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/spike.py +0 -0
  118. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/testing/__init__.py +0 -0
  119. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/testing/_runif.py +0 -0
  120. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/throughput.py +0 -0
  121. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/types.py +0 -0
  122. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/utilities/warnings.py +0 -0
  123. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/fabric/wrappers.py +0 -0
  124. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/py.typed +0 -0
  125. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/CHANGELOG.md +0 -0
  126. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/__init__.py +0 -0
  127. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/_graveyard/__init__.py +0 -0
  128. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/_graveyard/_torchmetrics.py +0 -0
  129. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/_graveyard/hpu.py +0 -0
  130. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/_graveyard/precision.py +0 -0
  131. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/_graveyard/tpu.py +0 -0
  132. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/accelerators/__init__.py +0 -0
  133. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/accelerators/accelerator.py +0 -0
  134. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/accelerators/cpu.py +0 -0
  135. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/accelerators/cuda.py +0 -0
  136. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/accelerators/mps.py +0 -0
  137. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/accelerators/xla.py +0 -0
  138. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/__init__.py +0 -0
  139. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/batch_size_finder.py +0 -0
  140. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/callback.py +0 -0
  141. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/checkpoint.py +0 -0
  142. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/device_stats_monitor.py +0 -0
  143. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/early_stopping.py +0 -0
  144. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/finetuning.py +0 -0
  145. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/gradient_accumulation_scheduler.py +0 -0
  146. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/lambda_function.py +0 -0
  147. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/lr_finder.py +0 -0
  148. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/lr_monitor.py +0 -0
  149. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/model_checkpoint.py +0 -0
  150. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/model_summary.py +0 -0
  151. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/on_exception_checkpoint.py +0 -0
  152. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/prediction_writer.py +0 -0
  153. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/progress/__init__.py +0 -0
  154. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/progress/progress_bar.py +0 -0
  155. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/progress/rich_progress.py +0 -0
  156. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/progress/tqdm_progress.py +0 -0
  157. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/pruning.py +0 -0
  158. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/rich_model_summary.py +0 -0
  159. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/spike.py +0 -0
  160. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/stochastic_weight_avg.py +0 -0
  161. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/throughput_monitor.py +0 -0
  162. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/timer.py +0 -0
  163. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/callbacks/weight_averaging.py +0 -0
  164. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/cli.py +0 -0
  165. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/__init__.py +0 -0
  166. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/datamodule.py +0 -0
  167. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/hooks.py +0 -0
  168. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/mixins/__init__.py +0 -0
  169. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/mixins/hparams_mixin.py +0 -0
  170. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/module.py +0 -0
  171. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/optimizer.py +0 -0
  172. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/core/saving.py +0 -0
  173. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/demos/__init__.py +0 -0
  174. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/demos/boring_classes.py +0 -0
  175. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/demos/lstm.py +0 -0
  176. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/demos/mnist_datamodule.py +0 -0
  177. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/demos/transformer.py +0 -0
  178. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/__init__.py +0 -0
  179. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/comet.py +0 -0
  180. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/csv_logs.py +0 -0
  181. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/logger.py +0 -0
  182. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/mlflow.py +0 -0
  183. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/neptune.py +0 -0
  184. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/tensorboard.py +0 -0
  185. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/utilities.py +0 -0
  186. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loggers/wandb.py +0 -0
  187. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/__init__.py +0 -0
  188. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/evaluation_loop.py +0 -0
  189. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/fetchers.py +0 -0
  190. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/fit_loop.py +0 -0
  191. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/loop.py +0 -0
  192. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/optimization/__init__.py +0 -0
  193. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/optimization/automatic.py +0 -0
  194. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/optimization/closure.py +0 -0
  195. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/optimization/manual.py +0 -0
  196. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/prediction_loop.py +0 -0
  197. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/progress.py +0 -0
  198. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/training_epoch_loop.py +0 -0
  199. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/loops/utilities.py +0 -0
  200. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/overrides/__init__.py +0 -0
  201. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/overrides/distributed.py +0 -0
  202. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/__init__.py +0 -0
  203. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/environments/__init__.py +0 -0
  204. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/io/__init__.py +0 -0
  205. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/io/async_plugin.py +0 -0
  206. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/io/checkpoint_plugin.py +0 -0
  207. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/io/torch_plugin.py +0 -0
  208. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/io/wrapper.py +0 -0
  209. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/io/xla_plugin.py +0 -0
  210. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/layer_sync.py +0 -0
  211. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/__init__.py +0 -0
  212. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/amp.py +0 -0
  213. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/bitsandbytes.py +0 -0
  214. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/deepspeed.py +0 -0
  215. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/double.py +0 -0
  216. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/fsdp.py +0 -0
  217. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/half.py +0 -0
  218. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/precision.py +0 -0
  219. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/transformer_engine.py +0 -0
  220. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/plugins/precision/xla.py +0 -0
  221. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/profilers/__init__.py +0 -0
  222. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/profilers/advanced.py +0 -0
  223. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/profilers/base.py +0 -0
  224. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/profilers/profiler.py +0 -0
  225. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/profilers/pytorch.py +0 -0
  226. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/profilers/simple.py +0 -0
  227. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/profilers/xla.py +0 -0
  228. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/serve/__init__.py +0 -0
  229. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/serve/servable_module.py +0 -0
  230. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/serve/servable_module_validator.py +0 -0
  231. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/__init__.py +0 -0
  232. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/ddp.py +0 -0
  233. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/deepspeed.py +0 -0
  234. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/fsdp.py +0 -0
  235. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/launchers/__init__.py +0 -0
  236. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/launchers/launcher.py +0 -0
  237. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/launchers/multiprocessing.py +0 -0
  238. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/launchers/subprocess_script.py +0 -0
  239. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/launchers/xla.py +0 -0
  240. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/model_parallel.py +0 -0
  241. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/parallel.py +0 -0
  242. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/single_device.py +0 -0
  243. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/single_xla.py +0 -0
  244. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/strategy.py +0 -0
  245. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/strategies/xla.py +0 -0
  246. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/__init__.py +0 -0
  247. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/call.py +0 -0
  248. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/configuration_validator.py +0 -0
  249. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/__init__.py +0 -0
  250. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/accelerator_connector.py +0 -0
  251. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/callback_connector.py +0 -0
  252. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/checkpoint_connector.py +0 -0
  253. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/data_connector.py +0 -0
  254. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/logger_connector/__init__.py +0 -0
  255. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/logger_connector/fx_validator.py +0 -0
  256. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py +0 -0
  257. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/logger_connector/result.py +0 -0
  258. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/connectors/signal_connector.py +0 -0
  259. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/setup.py +0 -0
  260. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/states.py +0 -0
  261. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/trainer/trainer.py +0 -0
  262. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/tuner/__init__.py +0 -0
  263. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/tuner/batch_size_scaling.py +0 -0
  264. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/tuner/lr_finder.py +0 -0
  265. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/tuner/tuning.py +0 -0
  266. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/__init__.py +0 -0
  267. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/_pytree.py +0 -0
  268. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/argparse.py +0 -0
  269. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/combined_loader.py +0 -0
  270. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/compile.py +0 -0
  271. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/consolidate_checkpoint.py +0 -0
  272. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/data.py +0 -0
  273. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/deepspeed.py +0 -0
  274. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/enums.py +0 -0
  275. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/exceptions.py +0 -0
  276. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/grads.py +0 -0
  277. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/imports.py +0 -0
  278. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/memory.py +0 -0
  279. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/migration/__init__.py +0 -0
  280. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/migration/migration.py +0 -0
  281. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/migration/utils.py +0 -0
  282. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/model_helpers.py +0 -0
  283. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/model_registry.py +0 -0
  284. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/model_summary/__init__.py +0 -0
  285. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/model_summary/model_summary.py +0 -0
  286. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py +0 -0
  287. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/parameter_tying.py +0 -0
  288. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/parsing.py +0 -0
  289. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/rank_zero.py +0 -0
  290. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/seed.py +0 -0
  291. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/signature_utils.py +0 -0
  292. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/testing/__init__.py +0 -0
  293. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/testing/_runif.py +0 -0
  294. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/types.py +0 -0
  295. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/upgrade_checkpoint.py +0 -0
  296. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning/pytorch/utilities/warnings.py +0 -0
  297. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning.egg-info/dependency_links.txt +0 -0
  298. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning.egg-info/entry_points.txt +0 -0
  299. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning.egg-info/not-zip-safe +0 -0
  300. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning.egg-info/requires.txt +0 -0
  301. {lightning-2.6.0.dev20251005 → lightning-2.6.0.dev20251012}/src/lightning.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lightning
3
- Version: 2.6.0.dev20251005
3
+ Version: 2.6.0.dev20251012
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
6
  Author: Lightning AI et al.
@@ -55,9 +55,9 @@ License-File: LICENSE
55
55
  <br/>
56
56
  <br/>
57
57
 
58
- **The deep learning framework to pretrain, finetune and deploy AI models.**
58
+ **The deep learning framework to pretrai and finetune AI models.**
59
59
 
60
- **NEW- Deploying models? Check out [LitServe](https://github.com/Lightning-AI/litserve), the PyTorch Lightning for inference engines**
60
+ **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
61
 
62
62
  ______________________________________________________________________
63
63
 
@@ -66,9 +66,9 @@ ______________________________________________________________________
66
66
  <a href="#examples">Examples</a> •
67
67
  <a href="#why-pytorch-lightning">PyTorch Lightning</a> •
68
68
  <a href="#lightning-fabric-expert-control">Fabric</a> •
69
- <a href="https://lightning.ai/">Lightning AI</a> •
69
+ <a href="https://lightning.ai/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Lightning Cloud</a> •
70
70
  <a href="#community">Community</a> •
71
- <a href="https://pytorch-lightning.readthedocs.io/en/2.6.0.dev20251005">Docs</a>
71
+ <a href="https://pytorch-lightning.readthedocs.io/en/2.6.0.dev20251012">Docs</a>
72
72
  </p>
73
73
 
74
74
  <!-- DO NOT ADD CONDA DOWNLOADS... README CHANGES MUST BE APPROVED BY EDEN OR WILL -->
@@ -94,8 +94,8 @@ ______________________________________________________________________
94
94
  <p align="center">
95
95
 
96
96
  &nbsp;
97
-
98
- <a target="_blank" href="https://lightning.ai/docs/pytorch/latest/starter/introduction.html#define-a-lightningmodule">
97
+
98
+ <a target="_blank" href="https://lightning.ai/docs/pytorch/latest/starter/introduction.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme#define-a-lightningmodule">
99
99
  <img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/get-started-badge.svg" height="36px" alt="Get started"/>
100
100
  </a>
101
101
 
@@ -105,9 +105,18 @@ ______________________________________________________________________
105
105
 
106
106
  &nbsp;
107
107
 
108
+ # Looking for GPUs?
109
+ Over 340,000 developers use [Lightning Cloud](https://lightning.ai/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) - purpose-built for PyTorch and PyTorch Lightning.
110
+ - [GPUs](https://lightning.ai/pricing?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) from $0.19.
111
+ - [Clusters](https://lightning.ai/clusters?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): frontier-grade training/inference clusters.
112
+ - [AI Studio (vibe train)](https://lightning.ai/studios?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): workspaces where AI helps you debug, tune and vibe train.
113
+ - [AI Studio (vibe deploy)](https://lightning.ai/studios?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): workspaces where AI helps you optimize, and deploy models.
114
+ - [Notebooks](https://lightning.ai/notebooks?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): Persistent GPU workspaces where AI helps you code and analyze.
115
+ - [Inference](https://lightning.ai/deploy?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): Deploy models as inference APIs.
116
+
108
117
  # Why PyTorch Lightning?
109
118
 
110
- Training models in plain PyTorch is tedious and error-prone - you have to manually handle things like backprop, mixed precision, multi-GPU, and distributed training, often rewriting code for every new project. PyTorch Lightning organizes PyTorch code to automate those complexities so you can focus on your model and data, while keeping full control and scaling from CPU to multi-node without changing your core code. But if you want control of those things, you can still opt into more DIY.
119
+ Training models in plain PyTorch is tedious and error-prone - you have to manually handle things like backprop, mixed precision, multi-GPU, and distributed training, often rewriting code for every new project. PyTorch Lightning organizes PyTorch code to automate those complexities so you can focus on your model and data, while keeping full control and scaling from CPU to multi-node without changing your core code. But if you want control of those things, you can still opt into [expert-level control](#lightning-fabric-expert-contro).
111
120
 
112
121
  Fun analogy: If PyTorch is Javascript, PyTorch Lightning is ReactJS or NextJS.
113
122
 
@@ -135,7 +144,7 @@ pip install lightning
135
144
  <!-- -->
136
145
 
137
146
  ### PyTorch Lightning example
138
- Define the training workflow. Here's a toy example ([explore real examples](https://lightning.ai/lightning-ai/studios?view=public&section=featured&query=pytorch+lightning)):
147
+ Define the training workflow. Here's a toy example ([explore real examples](https://lightning.ai/lightning-ai/studios?view=public&section=featured&query=pytorch+lightning&utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme)):
139
148
 
140
149
  ```python
141
150
  # main.py
@@ -213,25 +222,27 @@ PyTorch Lightning is just organized PyTorch - Lightning disentangles PyTorch cod
213
222
  ### Examples
214
223
  Explore various types of training possible with PyTorch Lightning. Pretrain and finetune ANY kind of model to perform ANY task like classification, segmentation, summarization and more:
215
224
 
216
- | Task | Description | Run |
217
- |-------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---|
218
- | [Hello world](#hello-simple-model) | Pretrain - Hello world example | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/pytorch-lightning-hello-world"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
219
- | [Image classification](https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning) | Finetune - ResNet-34 model to classify images of cars | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
220
- | [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning) | Finetune - ResNet-50 model to segment images | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
221
- | [Object detection](https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning) | Finetune - Faster R-CNN model to detect objects | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
222
- | [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning) | Finetune - text classifier (BERT model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
223
- | [Text summarization](https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning) | Finetune - text summarization (Hugging Face transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
224
- | [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator) | Finetune - audio generator (transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
225
- | [LLM finetuning](https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning) | Finetune - LLM (Meta Llama 3.1 8B) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
226
- | [Image generation](https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning) | Pretrain - Image generator (diffusion model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
227
- | [Recommendation system](https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning) | Train - recommendation system (factorization and embedding) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
228
- | [Time-series forecasting](https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning) | Train - Time-series forecasting with LSTM | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
225
+ | Task | Description | Run |
226
+ |------|--------------|-----|
227
+ | [Hello world](#hello-simple-model) | Pretrain - Hello world example | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/pytorch-lightning-hello-world?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
228
+ | [Image classification](https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - ResNet-34 model to classify images of cars | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
229
+ | [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - ResNet-50 model to segment images | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
230
+ | [Object detection](https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - Faster R-CNN model to detect objects | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
231
+ | [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - text classifier (BERT model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
232
+ | [Text summarization](https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - text summarization (Hugging Face transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
233
+ | [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - audio generator (transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
234
+ | [LLM finetuning](https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - LLM (Meta Llama 3.1 8B) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
235
+ | [Image generation](https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Pretrain - Image generator (diffusion model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
236
+ | [Recommendation system](https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Train - recommendation system (factorization and embedding) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
237
+ | [Time-series forecasting](https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Train - Time-series forecasting with LSTM | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
238
+
229
239
 
230
240
  ______________________________________________________________________
231
241
 
232
242
  ## Advanced features
233
243
 
234
- Lightning has over [40+ advanced features](https://lightning.ai/docs/pytorch/stable/common/trainer.html#trainer-flags) designed for professional AI research at scale.
244
+ Lightning has over [40+ advanced features](https://lightning.ai/docs/pytorch/stable/common/trainer.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme#trainer-flags)
245
+ designed for professional AI research at scale.
235
246
 
236
247
  Here are some examples:
237
248
 
@@ -361,7 +372,7 @@ ______________________________________________________________________
361
372
  ______________________________________________________________________
362
373
 
363
374
  <div align="center">
364
- <a href="https://lightning.ai/docs/pytorch/stable/">Read the PyTorch Lightning docs</a>
375
+ <a href="https://lightning.ai/docs/pytorch/stable/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Read the PyTorch Lightning docs</a>
365
376
  </div>
366
377
 
367
378
  ______________________________________________________________________
@@ -546,7 +557,7 @@ You can find a more extensive example in our [examples](examples/fabric/build_yo
546
557
  ______________________________________________________________________
547
558
 
548
559
  <div align="center">
549
- <a href="https://lightning.ai/docs/fabric/stable/">Read the Lightning Fabric docs</a>
560
+ <a href="https://lightning.ai/docs/fabric/stable/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Read the Lightning Fabric docs</a>
550
561
  </div>
551
562
 
552
563
  ______________________________________________________________________
@@ -599,7 +610,7 @@ Lightning is rigorously tested across multiple CPUs, GPUs and TPUs and against m
599
610
 
600
611
  | System / PyTorch ver. | 1.13 | 2.0 | 2.1 |
601
612
  | :--------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
602
- | Linux py3.9 \[GPUs\] | | | [![Build Status](https://dev.azure.com/Lightning-AI/lightning/_apis/build/status%2Fpytorch-lightning%20%28GPUs%29?branchName=refs%2Ftags%2F2.6.0.dev20251005)](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=24&branchName=master) |
613
+ | Linux py3.9 \[GPUs\] | | | [![Build Status](https://dev.azure.com/Lightning-AI/lightning/_apis/build/status%2Fpytorch-lightning%20%28GPUs%29?branchName=refs%2Ftags%2F2.6.0.dev20251012)](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=24&branchName=master) |
603
614
  | Linux (multiple Python versions) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
604
615
  | OSX (multiple Python versions) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
605
616
  | Windows (multiple Python versions) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
@@ -617,7 +628,7 @@ The lightning community is maintained by
617
628
  - [10+ core contributors](https://lightning.ai/docs/pytorch/latest/community/governance.html) who are all a mix of professional engineers, Research Scientists, and Ph.D. students from top AI labs.
618
629
  - 800+ community contributors.
619
630
 
620
- Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html)
631
+ Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme)
621
632
 
622
633
  Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/) which requires projects to have solid testing, documentation and support.
623
634
 
@@ -625,7 +636,7 @@ Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/
625
636
 
626
637
  If you have any questions please:
627
638
 
628
- 1. [Read the docs](https://lightning.ai/docs).
639
+ 1. [Read the docs](https://lightning.ai/docs?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme).
629
640
  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)
630
641
  1. [Join our discord](https://discord.com/invite/tfXFetEZxv).
631
642
 
@@ -5,9 +5,9 @@
5
5
  <br/>
6
6
  <br/>
7
7
 
8
- **The deep learning framework to pretrain, finetune and deploy AI models.**
8
+ **The deep learning framework to pretrai and finetune AI models.**
9
9
 
10
- **NEW- Deploying models? Check out [LitServe](https://github.com/Lightning-AI/litserve), the PyTorch Lightning for inference engines**
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
 
12
12
  ______________________________________________________________________
13
13
 
@@ -16,7 +16,7 @@ ______________________________________________________________________
16
16
  <a href="#examples">Examples</a> •
17
17
  <a href="#why-pytorch-lightning">PyTorch Lightning</a> •
18
18
  <a href="#lightning-fabric-expert-control">Fabric</a> •
19
- <a href="https://lightning.ai/">Lightning AI</a> •
19
+ <a href="https://lightning.ai/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Lightning Cloud</a> •
20
20
  <a href="#community">Community</a> •
21
21
  <a href="https://pytorch-lightning.readthedocs.io/en/stable/">Docs</a>
22
22
  </p>
@@ -44,8 +44,8 @@ ______________________________________________________________________
44
44
  <p align="center">
45
45
 
46
46
  &nbsp;
47
-
48
- <a target="_blank" href="https://lightning.ai/docs/pytorch/latest/starter/introduction.html#define-a-lightningmodule">
47
+
48
+ <a target="_blank" href="https://lightning.ai/docs/pytorch/latest/starter/introduction.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme#define-a-lightningmodule">
49
49
  <img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/get-started-badge.svg" height="36px" alt="Get started"/>
50
50
  </a>
51
51
 
@@ -55,9 +55,18 @@ ______________________________________________________________________
55
55
 
56
56
  &nbsp;
57
57
 
58
+ # Looking for GPUs?
59
+ Over 340,000 developers use [Lightning Cloud](https://lightning.ai/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) - purpose-built for PyTorch and PyTorch Lightning.
60
+ - [GPUs](https://lightning.ai/pricing?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) from $0.19.
61
+ - [Clusters](https://lightning.ai/clusters?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): frontier-grade training/inference clusters.
62
+ - [AI Studio (vibe train)](https://lightning.ai/studios?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): workspaces where AI helps you debug, tune and vibe train.
63
+ - [AI Studio (vibe deploy)](https://lightning.ai/studios?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): workspaces where AI helps you optimize, and deploy models.
64
+ - [Notebooks](https://lightning.ai/notebooks?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): Persistent GPU workspaces where AI helps you code and analyze.
65
+ - [Inference](https://lightning.ai/deploy?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): Deploy models as inference APIs.
66
+
58
67
  # Why PyTorch Lightning?
59
68
 
60
- Training models in plain PyTorch is tedious and error-prone - you have to manually handle things like backprop, mixed precision, multi-GPU, and distributed training, often rewriting code for every new project. PyTorch Lightning organizes PyTorch code to automate those complexities so you can focus on your model and data, while keeping full control and scaling from CPU to multi-node without changing your core code. But if you want control of those things, you can still opt into more DIY.
69
+ Training models in plain PyTorch is tedious and error-prone - you have to manually handle things like backprop, mixed precision, multi-GPU, and distributed training, often rewriting code for every new project. PyTorch Lightning organizes PyTorch code to automate those complexities so you can focus on your model and data, while keeping full control and scaling from CPU to multi-node without changing your core code. But if you want control of those things, you can still opt into [expert-level control](#lightning-fabric-expert-contro).
61
70
 
62
71
  Fun analogy: If PyTorch is Javascript, PyTorch Lightning is ReactJS or NextJS.
63
72
 
@@ -126,7 +135,7 @@ pip install -iU https://test.pypi.org/simple/ pytorch-lightning
126
135
  <!-- end skipping PyPI description -->
127
136
 
128
137
  ### PyTorch Lightning example
129
- Define the training workflow. Here's a toy example ([explore real examples](https://lightning.ai/lightning-ai/studios?view=public&section=featured&query=pytorch+lightning)):
138
+ Define the training workflow. Here's a toy example ([explore real examples](https://lightning.ai/lightning-ai/studios?view=public&section=featured&query=pytorch+lightning&utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme)):
130
139
 
131
140
  ```python
132
141
  # main.py
@@ -204,25 +213,27 @@ PyTorch Lightning is just organized PyTorch - Lightning disentangles PyTorch cod
204
213
  ### Examples
205
214
  Explore various types of training possible with PyTorch Lightning. Pretrain and finetune ANY kind of model to perform ANY task like classification, segmentation, summarization and more:
206
215
 
207
- | Task | Description | Run |
208
- |-------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---|
209
- | [Hello world](#hello-simple-model) | Pretrain - Hello world example | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/pytorch-lightning-hello-world"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
210
- | [Image classification](https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning) | Finetune - ResNet-34 model to classify images of cars | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
211
- | [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning) | Finetune - ResNet-50 model to segment images | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
212
- | [Object detection](https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning) | Finetune - Faster R-CNN model to detect objects | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
213
- | [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning) | Finetune - text classifier (BERT model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
214
- | [Text summarization](https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning) | Finetune - text summarization (Hugging Face transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
215
- | [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator) | Finetune - audio generator (transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
216
- | [LLM finetuning](https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning) | Finetune - LLM (Meta Llama 3.1 8B) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
217
- | [Image generation](https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning) | Pretrain - Image generator (diffusion model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
218
- | [Recommendation system](https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning) | Train - recommendation system (factorization and embedding) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
219
- | [Time-series forecasting](https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning) | Train - Time-series forecasting with LSTM | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
216
+ | Task | Description | Run |
217
+ |------|--------------|-----|
218
+ | [Hello world](#hello-simple-model) | Pretrain - Hello world example | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/pytorch-lightning-hello-world?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
219
+ | [Image classification](https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - ResNet-34 model to classify images of cars | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
220
+ | [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - ResNet-50 model to segment images | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
221
+ | [Object detection](https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - Faster R-CNN model to detect objects | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
222
+ | [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - text classifier (BERT model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
223
+ | [Text summarization](https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - text summarization (Hugging Face transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
224
+ | [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - audio generator (transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
225
+ | [LLM finetuning](https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - LLM (Meta Llama 3.1 8B) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
226
+ | [Image generation](https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Pretrain - Image generator (diffusion model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
227
+ | [Recommendation system](https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Train - recommendation system (factorization and embedding) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
228
+ | [Time-series forecasting](https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Train - Time-series forecasting with LSTM | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
229
+
220
230
 
221
231
  ______________________________________________________________________
222
232
 
223
233
  ## Advanced features
224
234
 
225
- Lightning has over [40+ advanced features](https://lightning.ai/docs/pytorch/stable/common/trainer.html#trainer-flags) designed for professional AI research at scale.
235
+ Lightning has over [40+ advanced features](https://lightning.ai/docs/pytorch/stable/common/trainer.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme#trainer-flags)
236
+ designed for professional AI research at scale.
226
237
 
227
238
  Here are some examples:
228
239
 
@@ -352,7 +363,7 @@ ______________________________________________________________________
352
363
  ______________________________________________________________________
353
364
 
354
365
  <div align="center">
355
- <a href="https://lightning.ai/docs/pytorch/stable/">Read the PyTorch Lightning docs</a>
366
+ <a href="https://lightning.ai/docs/pytorch/stable/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Read the PyTorch Lightning docs</a>
356
367
  </div>
357
368
 
358
369
  ______________________________________________________________________
@@ -537,7 +548,7 @@ You can find a more extensive example in our [examples](examples/fabric/build_yo
537
548
  ______________________________________________________________________
538
549
 
539
550
  <div align="center">
540
- <a href="https://lightning.ai/docs/fabric/stable/">Read the Lightning Fabric docs</a>
551
+ <a href="https://lightning.ai/docs/fabric/stable/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Read the Lightning Fabric docs</a>
541
552
  </div>
542
553
 
543
554
  ______________________________________________________________________
@@ -608,7 +619,7 @@ The lightning community is maintained by
608
619
  - [10+ core contributors](https://lightning.ai/docs/pytorch/latest/community/governance.html) who are all a mix of professional engineers, Research Scientists, and Ph.D. students from top AI labs.
609
620
  - 800+ community contributors.
610
621
 
611
- Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html)
622
+ Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme)
612
623
 
613
624
  Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/) which requires projects to have solid testing, documentation and support.
614
625
 
@@ -616,6 +627,6 @@ Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/
616
627
 
617
628
  If you have any questions please:
618
629
 
619
- 1. [Read the docs](https://lightning.ai/docs).
630
+ 1. [Read the docs](https://lightning.ai/docs?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme).
620
631
  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)
621
632
  1. [Join our discord](https://discord.com/invite/tfXFetEZxv).
@@ -1,7 +1,7 @@
1
1
  -r ../docs.txt
2
2
 
3
3
  nbformat # used for generate empty notebook
4
- ipython[notebook] <9.6.0
4
+ ipython[notebook] <9.7.0
5
5
  setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.`
6
6
 
7
7
  onnxscript >= 0.2.2, < 0.5.0
@@ -10,7 +10,7 @@ cloudpickle >=1.3, <3.2.0
10
10
  scikit-learn >0.22.1, <1.8.0
11
11
  numpy >1.20.0, <1.27.0
12
12
  onnx >1.12.0, <1.20.0
13
- onnxruntime >=1.12.0, <1.23.0
13
+ onnxruntime >=1.12.0, <1.24.0
14
14
  onnxscript >= 0.1.0, < 0.5.0
15
15
  psutil <7.1.1 # for `DeviceStatsMonitor`
16
16
  pandas >2.0, <2.4.0 # needed in benchmarks
@@ -0,0 +1 @@
1
+ 2.6.0.dev20251012
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lightning
3
- Version: 2.6.0.dev20251005
3
+ Version: 2.6.0.dev20251012
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
6
  Author: Lightning AI et al.
@@ -55,9 +55,9 @@ License-File: LICENSE
55
55
  <br/>
56
56
  <br/>
57
57
 
58
- **The deep learning framework to pretrain, finetune and deploy AI models.**
58
+ **The deep learning framework to pretrai and finetune AI models.**
59
59
 
60
- **NEW- Deploying models? Check out [LitServe](https://github.com/Lightning-AI/litserve), the PyTorch Lightning for inference engines**
60
+ **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
61
 
62
62
  ______________________________________________________________________
63
63
 
@@ -66,9 +66,9 @@ ______________________________________________________________________
66
66
  <a href="#examples">Examples</a> •
67
67
  <a href="#why-pytorch-lightning">PyTorch Lightning</a> •
68
68
  <a href="#lightning-fabric-expert-control">Fabric</a> •
69
- <a href="https://lightning.ai/">Lightning AI</a> •
69
+ <a href="https://lightning.ai/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Lightning Cloud</a> •
70
70
  <a href="#community">Community</a> •
71
- <a href="https://pytorch-lightning.readthedocs.io/en/2.6.0.dev20251005">Docs</a>
71
+ <a href="https://pytorch-lightning.readthedocs.io/en/2.6.0.dev20251012">Docs</a>
72
72
  </p>
73
73
 
74
74
  <!-- DO NOT ADD CONDA DOWNLOADS... README CHANGES MUST BE APPROVED BY EDEN OR WILL -->
@@ -94,8 +94,8 @@ ______________________________________________________________________
94
94
  <p align="center">
95
95
 
96
96
  &nbsp;
97
-
98
- <a target="_blank" href="https://lightning.ai/docs/pytorch/latest/starter/introduction.html#define-a-lightningmodule">
97
+
98
+ <a target="_blank" href="https://lightning.ai/docs/pytorch/latest/starter/introduction.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme#define-a-lightningmodule">
99
99
  <img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/get-started-badge.svg" height="36px" alt="Get started"/>
100
100
  </a>
101
101
 
@@ -105,9 +105,18 @@ ______________________________________________________________________
105
105
 
106
106
  &nbsp;
107
107
 
108
+ # Looking for GPUs?
109
+ Over 340,000 developers use [Lightning Cloud](https://lightning.ai/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) - purpose-built for PyTorch and PyTorch Lightning.
110
+ - [GPUs](https://lightning.ai/pricing?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) from $0.19.
111
+ - [Clusters](https://lightning.ai/clusters?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): frontier-grade training/inference clusters.
112
+ - [AI Studio (vibe train)](https://lightning.ai/studios?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): workspaces where AI helps you debug, tune and vibe train.
113
+ - [AI Studio (vibe deploy)](https://lightning.ai/studios?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): workspaces where AI helps you optimize, and deploy models.
114
+ - [Notebooks](https://lightning.ai/notebooks?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): Persistent GPU workspaces where AI helps you code and analyze.
115
+ - [Inference](https://lightning.ai/deploy?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme): Deploy models as inference APIs.
116
+
108
117
  # Why PyTorch Lightning?
109
118
 
110
- Training models in plain PyTorch is tedious and error-prone - you have to manually handle things like backprop, mixed precision, multi-GPU, and distributed training, often rewriting code for every new project. PyTorch Lightning organizes PyTorch code to automate those complexities so you can focus on your model and data, while keeping full control and scaling from CPU to multi-node without changing your core code. But if you want control of those things, you can still opt into more DIY.
119
+ Training models in plain PyTorch is tedious and error-prone - you have to manually handle things like backprop, mixed precision, multi-GPU, and distributed training, often rewriting code for every new project. PyTorch Lightning organizes PyTorch code to automate those complexities so you can focus on your model and data, while keeping full control and scaling from CPU to multi-node without changing your core code. But if you want control of those things, you can still opt into [expert-level control](#lightning-fabric-expert-contro).
111
120
 
112
121
  Fun analogy: If PyTorch is Javascript, PyTorch Lightning is ReactJS or NextJS.
113
122
 
@@ -135,7 +144,7 @@ pip install lightning
135
144
  <!-- -->
136
145
 
137
146
  ### PyTorch Lightning example
138
- Define the training workflow. Here's a toy example ([explore real examples](https://lightning.ai/lightning-ai/studios?view=public&section=featured&query=pytorch+lightning)):
147
+ Define the training workflow. Here's a toy example ([explore real examples](https://lightning.ai/lightning-ai/studios?view=public&section=featured&query=pytorch+lightning&utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme)):
139
148
 
140
149
  ```python
141
150
  # main.py
@@ -213,25 +222,27 @@ PyTorch Lightning is just organized PyTorch - Lightning disentangles PyTorch cod
213
222
  ### Examples
214
223
  Explore various types of training possible with PyTorch Lightning. Pretrain and finetune ANY kind of model to perform ANY task like classification, segmentation, summarization and more:
215
224
 
216
- | Task | Description | Run |
217
- |-------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---|
218
- | [Hello world](#hello-simple-model) | Pretrain - Hello world example | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/pytorch-lightning-hello-world"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
219
- | [Image classification](https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning) | Finetune - ResNet-34 model to classify images of cars | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
220
- | [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning) | Finetune - ResNet-50 model to segment images | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
221
- | [Object detection](https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning) | Finetune - Faster R-CNN model to detect objects | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
222
- | [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning) | Finetune - text classifier (BERT model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
223
- | [Text summarization](https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning) | Finetune - text summarization (Hugging Face transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
224
- | [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator) | Finetune - audio generator (transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
225
- | [LLM finetuning](https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning) | Finetune - LLM (Meta Llama 3.1 8B) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
226
- | [Image generation](https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning) | Pretrain - Image generator (diffusion model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
227
- | [Recommendation system](https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning) | Train - recommendation system (factorization and embedding) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
228
- | [Time-series forecasting](https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning) | Train - Time-series forecasting with LSTM | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
225
+ | Task | Description | Run |
226
+ |------|--------------|-----|
227
+ | [Hello world](#hello-simple-model) | Pretrain - Hello world example | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/pytorch-lightning-hello-world?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
228
+ | [Image classification](https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - ResNet-34 model to classify images of cars | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
229
+ | [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - ResNet-50 model to segment images | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
230
+ | [Object detection](https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - Faster R-CNN model to detect objects | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/object-detection-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
231
+ | [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - text classifier (BERT model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
232
+ | [Text summarization](https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - text summarization (Hugging Face transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/text-summarization-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
233
+ | [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - audio generator (transformer model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
234
+ | [LLM finetuning](https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Finetune - LLM (Meta Llama 3.1 8B) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/finetune-an-llm-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
235
+ | [Image generation](https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Pretrain - Image generator (diffusion model) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/train-a-diffusion-model-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
236
+ | [Recommendation system](https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Train - recommendation system (factorization and embedding) | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/recommendation-system-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
237
+ | [Time-series forecasting](https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme) | Train - Time-series forecasting with LSTM | <a target="_blank" href="https://lightning.ai/lightning-ai/studios/time-series-forecasting-with-pytorch-lightning?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme"><img src="https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/studio-badge.svg" alt="Open In Studio"/></a> |
238
+
229
239
 
230
240
  ______________________________________________________________________
231
241
 
232
242
  ## Advanced features
233
243
 
234
- Lightning has over [40+ advanced features](https://lightning.ai/docs/pytorch/stable/common/trainer.html#trainer-flags) designed for professional AI research at scale.
244
+ Lightning has over [40+ advanced features](https://lightning.ai/docs/pytorch/stable/common/trainer.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme#trainer-flags)
245
+ designed for professional AI research at scale.
235
246
 
236
247
  Here are some examples:
237
248
 
@@ -361,7 +372,7 @@ ______________________________________________________________________
361
372
  ______________________________________________________________________
362
373
 
363
374
  <div align="center">
364
- <a href="https://lightning.ai/docs/pytorch/stable/">Read the PyTorch Lightning docs</a>
375
+ <a href="https://lightning.ai/docs/pytorch/stable/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Read the PyTorch Lightning docs</a>
365
376
  </div>
366
377
 
367
378
  ______________________________________________________________________
@@ -546,7 +557,7 @@ You can find a more extensive example in our [examples](examples/fabric/build_yo
546
557
  ______________________________________________________________________
547
558
 
548
559
  <div align="center">
549
- <a href="https://lightning.ai/docs/fabric/stable/">Read the Lightning Fabric docs</a>
560
+ <a href="https://lightning.ai/docs/fabric/stable/?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme">Read the Lightning Fabric docs</a>
550
561
  </div>
551
562
 
552
563
  ______________________________________________________________________
@@ -599,7 +610,7 @@ Lightning is rigorously tested across multiple CPUs, GPUs and TPUs and against m
599
610
 
600
611
  | System / PyTorch ver. | 1.13 | 2.0 | 2.1 |
601
612
  | :--------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
602
- | Linux py3.9 \[GPUs\] | | | [![Build Status](https://dev.azure.com/Lightning-AI/lightning/_apis/build/status%2Fpytorch-lightning%20%28GPUs%29?branchName=refs%2Ftags%2F2.6.0.dev20251005)](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=24&branchName=master) |
613
+ | Linux py3.9 \[GPUs\] | | | [![Build Status](https://dev.azure.com/Lightning-AI/lightning/_apis/build/status%2Fpytorch-lightning%20%28GPUs%29?branchName=refs%2Ftags%2F2.6.0.dev20251012)](https://dev.azure.com/Lightning-AI/lightning/_build/latest?definitionId=24&branchName=master) |
603
614
  | Linux (multiple Python versions) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
604
615
  | OSX (multiple Python versions) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
605
616
  | Windows (multiple Python versions) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) | [![Test PyTorch](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml/badge.svg)](https://github.com/Lightning-AI/lightning/actions/workflows/ci-tests-pytorch.yml) |
@@ -617,7 +628,7 @@ The lightning community is maintained by
617
628
  - [10+ core contributors](https://lightning.ai/docs/pytorch/latest/community/governance.html) who are all a mix of professional engineers, Research Scientists, and Ph.D. students from top AI labs.
618
629
  - 800+ community contributors.
619
630
 
620
- Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html)
631
+ Want to help us build Lightning and reduce boilerplate for thousands of researchers? [Learn how to make your first contribution here](https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme)
621
632
 
622
633
  Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/) which requires projects to have solid testing, documentation and support.
623
634
 
@@ -625,7 +636,7 @@ Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/
625
636
 
626
637
  If you have any questions please:
627
638
 
628
- 1. [Read the docs](https://lightning.ai/docs).
639
+ 1. [Read the docs](https://lightning.ai/docs?utm_source=ptl_readme&utm_medium=referral&utm_campaign=ptl_readme).
629
640
  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)
630
641
  1. [Join our discord](https://discord.com/invite/tfXFetEZxv).
631
642
 
@@ -18,11 +18,11 @@ requirements/pytorch/extra.txt
18
18
  requirements/pytorch/strategies.txt
19
19
  requirements/pytorch/test.txt
20
20
  src/version.info
21
+ src/lightning/5b705a7014edaaf56001d22c792398bfa76fb0f7da2a9769
21
22
  src/lightning/__about__.py
22
23
  src/lightning/__init__.py
23
24
  src/lightning/__setup__.py
24
25
  src/lightning/__version__.py
25
- src/lightning/c91e6a67c6bfa254cdb99dfc808e202d35d7cad367d709a0
26
26
  src/lightning/py.typed
27
27
  src/lightning/version.info
28
28
  src/lightning.egg-info/PKG-INFO
@@ -0,0 +1 @@
1
+ 2.6.0.dev20251012
@@ -1 +0,0 @@
1
- 2.6.0.dev20251005
@@ -1 +0,0 @@
1
- 2.6.0.dev20251005