1207 Commits

Author SHA1 Message Date
dependabot[bot]
ce79febe53 build(deps): bump codecov/codecov-action from 5 to 6 (#21625)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 13:26:45 +02:00
Jirka Borovec
648ec13abb Update issue templates and labeler for v2.6 release (#21598)
Update issue templates and labeler for v2.6 release (#post-2.6)

- Add ver: 2.6.x label and keys to advanced-issue-labeler.yml
- Remap master branch label to ver: 2.7.x
- Add v2.6 option to bug report version dropdown
- Update environment template example version to 2.6.0

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 07:26:19 +01:00
Jirka Borovec
b929d3992e drop deprecated stale.yml config (#21597) 2026-03-30 07:26:16 +01:00
Deependu
73f593d3bb Remove NeptuneLogger integration from PyTorch Lightning (#21572)
* Remove NeptuneLogger integration from PyTorch Lightning

- Deleted NeptuneLogger from the logger initialization and related files.
- Updated documentation and tests to reflect the removal of NeptuneLogger.
- Adjusted logger-related code to ensure compatibility without NeptuneLogger.

* keep `NeptuneLogger` class as a wrapper and raise an error suggesting litlogger instead

* update

* update

* Update src/lightning/pytorch/loggers/neptune.py

---------

Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2026-03-19 10:29:28 +01:00
dependabot[bot]
df287447c4 build(deps): bump Lightning-AI/utilities/.github/workflows/check-schema.yml from 0.15.2 to 0.15.3 (#21541)
build(deps): bump Lightning-AI/utilities/.github/workflows/check-schema.yml

Bumps [Lightning-AI/utilities/.github/workflows/check-schema.yml](https://github.com/lightning-ai/utilities) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lightning-ai/utilities/compare/v0.15.2...v0.15.3)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities/.github/workflows/check-schema.yml
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2026-03-17 07:47:38 +00:00
dependabot[bot]
a6845bbbda build(deps): bump Lightning-AI/utilities/.github/workflows/cleanup-caches.yml from 0.15.2 to 0.15.3 (#21540)
build(deps): bump Lightning-AI/utilities/.github/workflows/cleanup-caches.yml

Bumps [Lightning-AI/utilities/.github/workflows/cleanup-caches.yml](https://github.com/lightning-ai/utilities) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/lightning-ai/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lightning-ai/utilities/compare/v0.15.2...v0.15.3)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2026-03-17 07:47:17 +00:00
Bhimraj Yadav
aa6a6f9012 chore(tests): update PyTorch versions in CI workflows to include 2.10 (#21501) 2026-03-17 07:45:54 +00:00
Bhimraj Yadav
283ce7733e ci: move torch-tensorrt to GPU-only test requirements (#21575)
* ci: move torch-tensorrt dependency to GPU-only requirements

torch-tensorrt is GPU-only (requires CUDA) and all its tests use
`@RunIf(min_cuda_gpus=1)`, so installing it in CPU CI provides no
value while blocking PyTorch version upgrades due to wheel
compatibility lag.

* ci: add GPU-specific test requirements to setup
2026-03-09 22:03:56 +05:45
Deependu
d27d2b985f CI: ignore neptune links for linkcheck (#21570)
update
2026-03-06 16:23:20 +01:00
dependabot[bot]
a3a28b3ca8 build(deps): bump actions/upload-artifact from 6 to 7 (#21563)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 15:20:46 +05:30
dependabot[bot]
4984eac0a7 build(deps): bump actions/download-artifact from 7 to 8 (#21562)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 09:39:39 +00:00
Deependu
92a54747aa Bump pyyaml in CI (#21558)
* update

* retrigger
2026-02-28 17:21:08 +00:00
Deependu
8d86b2417d fix: resolve pkg-resources deprecation issue (#21538) 2026-02-16 11:28:25 +00:00
Shion Matsumoto
affee2885b Add Python 3.13 to CI (#21360)
* add 3.13 and 3.14 tests

* filter numpy warnings

* stick to py313 for now

* wrap in enum.member

* conditionally import enum.member

* not it

* conditional numpy version

* undo

* add igonore for future warning

* drop pin for numpy

* update numpy version

* update numpy version

* update numpy pin

* update

* re-trigger ci

* re-run to run al missing actions

---------

Co-authored-by: bhimrazy <bhimrajyadav977@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2026-01-08 16:44:13 +05:45
dependabot[bot]
d67a282e52 build(deps): bump actions/download-artifact from 6 to 7 (#21419)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 12:14:33 +01:00
dependabot[bot]
7ac9699a57 build(deps): bump peter-evans/create-pull-request from 7 to 8 (#21422)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 12:13:50 +01:00
dependabot[bot]
8df577d70a build(deps): bump actions/upload-artifact from 5 to 6 (#21421)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 12:13:38 +01:00
dependabot[bot]
fe48fb07d1 build(deps): bump actions/cache from 4 to 5 (#21423)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
2025-12-19 12:13:00 +01:00
dependabot[bot]
0cb5ed513b build(deps): bump actions/checkout from 5 to 6 (#21375)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 18:33:18 +01:00
Justus Schock
25c9922111 Revert Rerouting (#21385)
Revert "Internal Refactor: Reroute Implementations (#21354)"

This reverts commit 9a10959f25.
2025-11-27 12:32:42 +01:00
Jirka Borovec
e98df3c532 update maintainers/codeowners (#21240)
* update maintainers/codeowners

* Apply suggestions from code review

* Apply suggestion from @Borda

---------

Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
Co-authored-by: Deependu <deependujha21@gmail.com>
2025-11-21 15:19:51 +01:00
Justus Schock
9a10959f25 Internal Refactor: Reroute Implementations (#21354)
* forward xla impl

* forward logger implementation

* forward logger implementation: mlflow

* update neptune logger

* forward kubeflow implementation

* forward lsf env

* move torchelastic

* update xla env

* forward bitsandbytes

* forward deepspeed precision

* forward transformer engine

* forward XLA precision

* forward deepspeed strategy fabric

* integrate xla strategies

* update pytorch deepspeed precision

* forward trainer xla single device

* XLA ddp trainer

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update fabric tests

* fabric tests

* tests

* update version

* update

* update

* update

* update

* update

* update

* fix doc issue

* fix mypy issue

* fix readthedocs and ci cpu tests

* update

* update

* update

* update

* update

* update

* fix deepspeed assertion

* update

* fix transformer engine mock

* update

* logger mocks

* add tpu mocks

* update

* update

* update

* update

* fix docmake

* update

* update

* fix loggers error

* update

* update

* update

* update

* pin cuda version

* update

* try with removing libnccl downloading

* undo cuda pinning

* update

* update

* corretly handle model property

* update error types and add property forwarding

* update

* update

* update

* meow meow

* claymore!!!

* remove todo

* remove todos + version

* retrigger-ci to fix ple release issue

* fix mocks xla

---------

Co-authored-by: Deependu Jha <deependujha21@gmail.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
2025-11-21 12:54:12 +01:00
Justus Schock
8f1c1accfe Update CONTRIBUTING.md with changelog instructions (#21364) 2025-11-19 16:03:47 +01:00
Bhimraj Yadav
126fa6f1bf test(ci): add pytorch version 2.9 for CPU tests (#21352)
* ci: update test configurations for "lightning" and "pytorch" packages with new PyTorch versions

* Okay, this ` RuntimeError: makeDeviceForHostname(): unsupported gloo device` sems to be a known issue so ignoring foro 2.9 as well for windows

* update
2025-11-15 10:55:07 +05:45
Nicki Skafte Detlefsen
233794816d Update ci to min python v3.10 (#21344)
* update ci to min python v3.10

* fix string formatting
2025-11-07 16:31:31 +00:00
Justus Schock
739cf136f9 Remove Support For Deprecated Habana (#21327)
* remove habana

* changelog

* remove from install

* update docs

* update

* update

* pytest match
2025-11-03 18:11:02 +01:00
dependabot[bot]
41c49a7f30 build(deps): bump actions/upload-artifact from 4 to 5 (#21315)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 09:57:38 +01:00
dependabot[bot]
25cc7b26b6 build(deps): bump actions/download-artifact from 5 to 6 (#21316)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 09:57:14 +01:00
Jirka Borovec
2f448e14fc drop dumping wheels after UV switch (#21217) 2025-10-28 14:01:03 +00:00
Jirka Borovec
dd7b2f3cf2 tests: fix skipif condition for deepspeed (#21195)
* tests: fix skipif condition for `deepspeed`
* split test_trainer_compiled_model
* test_trainer_compiled_model_deepspeed
* cuda-toolkit
* Apply suggestion from @bhimrazy
* add huggingface_hub as a dependency

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
Co-authored-by: Deependu <deependujha21@gmail.com>
2025-10-23 17:57:05 +02:00
dependabot[bot]
701e560261 build(deps): bump astral-sh/setup-uv from 6 to 7 (#21284)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bhimraj Yadav <bhimrajyadav977@gmail.com>
2025-10-15 08:20:02 +05:45
Jirka Borovec
2b7197a00c simplify lit CI config (#21220)
* simplify lit CI config

* Empty-Commit

* Empty-Commit

* Update

---------

Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2025-09-26 09:31:55 +01:00
Nicki Skafte Detlefsen
760620742e Add note on accessing last and best checkpoint (#21241) 2025-09-25 10:09:57 +01:00
Deependu
e088694d41 fix: failing ci linkcheck in markdown (#21222)
Update timeout and retry configuration
Increased timeout and adjusted retry settings.
2025-09-15 22:52:22 +02:00
Shion Matsumoto
e9368a79d2 ci: uv for docs-build (#21206)
replace pip with uv

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-09-15 21:21:22 +02:00
Jirka Borovec
252bc21321 litCI: try switching A100 to L4 for oldest suites (#21200)
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-15 14:58:30 +02:00
Bhimraj Yadav
bfb15b7c2c fix: Checkout and Git LFS fetch issue for pytorch docs workflow (#21219) 2025-09-15 14:50:52 +02:00
Jirka Borovec
bd1f3fde11 make lit CI as required - benchmarks (#21201) 2025-09-11 20:27:15 +02:00
Jirka Borovec
da0e64649d make lit CI as required (#21198) 2025-09-11 09:02:38 +01:00
Jirka Borovec
861256517b drop using dockers (#21190)
* drop using dockers

* drop build
2025-09-10 13:35:47 +01:00
Jirka Borovec
cd30ce4581 tests: ignore future warning for oldest configurations (#21185)
* tests: ignore future warning for oldest configurations
* prune_pytest_as_errors
* update

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-08 22:48:11 +02:00
Shion Matsumoto
75a6bf7832 code check with uv (#21183)
* code check with uv
* prune cache
* add back mypy cache

---

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-09-08 20:37:27 +02:00
Jirka Borovec
d204cb10af fix using CPU torch with UV (#21181)
* fix using CPU torch with UV

* ignore

* ignore
2025-09-08 13:01:45 +05:45
dependabot[bot]
33d748d330 build(deps): bump actions/labeler from 5 to 6 (#21176)
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 07:27:25 +02:00
dependabot[bot]
0b73f4b645 build(deps): bump actions/setup-python from 5 to 6 (#21175)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 07:26:27 +02:00
Shion Matsumoto
663b6ce3a8 uv for tests-fabric (#21155) 2025-09-03 15:53:04 +02:00
Shion Matsumoto
29e8ce4b8a uv for pytorch tests (#21148)
* swap to uv
* no pip cache
* enable caching. use venv.
* activate environment
* fix uninstall
* replace pip with uv
* activate venv
* --find-links=...
* GLOO_SOCKET_IFNAME

---------

Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka B <j.borovec+github@gmail.com>
2025-09-03 10:02:35 +02:00
Nicki Skafte Detlefsen
5071a04ae5 Add support for deepspeeds exclude_frozen_parameters (#21060)
* add to deepspeed strategies
* add testing
* changelog
* GLOO_SOCKET_IFNAME

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka B <j.borovec+github@gmail.com>
2025-09-02 16:15:38 +02:00
Shion Matsumoto
c3ca8a516f Fix workflow matrix reference (#21145)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2025-09-02 11:15:42 +02:00
Shion Matsumoto
e760ad5643 Simplify Fabric tests workflow matrix (#21142) 2025-09-01 17:47:03 +02:00