Commit Graph

10371 Commits

Author SHA1 Message Date
awaelchli d91c4a6e83 update 2024-07-11 23:54:46 +02:00
awaelchli 66ff1e3a8e update 2024-07-11 19:52:42 +02:00
awaelchli 74caec384e Merge branch 'master' into ci/drop-gpu-standalone 2024-07-11 19:43:01 +02:00
awaelchli bf25167bbf
Add testing for PyTorch 2.4 (Trainer) (#20010) 2024-07-11 06:52:56 -04:00
Mauricio Villegas 96b75df41a
Fix LightningCLI saving hyperparameters breaking change (#20068) 2024-07-11 06:38:18 -04:00
awaelchli 50af052b31
Add reference to the `torch.compile` manual (#20066) 2024-07-09 12:18:35 -04:00
PL Ghost 00cf5c90ca
Adding test for legacy checkpoint created with 2.3.3 (#20061) 2024-07-08 18:16:19 -04:00
awaelchli 5829ef8ab3
Set `weights_only` in tests to avoid warnings in PyTorch 2.4 (#20057) 2024-07-08 04:38:27 -04:00
Leon Lin 9e6c02a98a
Update DeepSpeedOptimizer import for deepspeed >= 0.14.1 (#20040) 2024-07-08 03:45:17 -04:00
omahs a6562b4ae7
Docs: Fix typo in pruning callback (#19979) 2024-07-06 07:46:25 -04:00
pre-commit-ci[bot] a40affb953
[pre-commit.ci] pre-commit suggestions (#20035)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2024-07-05 12:17:15 -04:00
awaelchli 3730e980e3
CI: Remove waiting logic in release workflow (#20050) 2024-07-05 09:25:29 -04:00
awaelchli 330af381de
Remove the lightning app code (#20039)
* remove source, tests, docs, workflows

* update checkgroup

* update codeowners

* update workflows

* package setup

* config files

* update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove entry point

* docs

* __main__

* remove store

* leftover store removals

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-05 13:56:29 +02:00
awaelchli 90f23b34e9
Add audio example to README (#20044)
add audio example to readme
2024-07-04 10:05:36 -04:00
PL Ghost c00ed5cb93
Adding test for legacy checkpoint created with 2.3.2 (#20042) 2024-07-04 05:38:23 -04:00
awaelchli b8a5236daa
Move checkpoint customization docs sections (#20006)
move docs sections
2024-07-04 09:39:26 +02:00
awaelchli 693c21ac1b
Add testing for PyTorch 2.4 (Fabric) (#20028) 2024-07-02 18:01:03 -04:00
dependabot[bot] 37e04d075a
build(deps): bump Lightning-AI/utilities from 0.11.2 to 0.11.3 (#20031)
Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.2 to 0.11.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.11.2...v0.11.3)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  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>
2024-07-01 09:17:42 +02:00
awaelchli 14493c0685
Drop PyTorch 2.0 from the test matrix (#20009) 2024-06-30 18:02:00 -04:00
awaelchli 5636fe4a9c
CI: replace macOS-11 with macOS-14 (#20029) 2024-06-30 16:19:38 -04:00
awaelchli 7575401be0 Drop testing standalone package in GPU CI 2024-06-30 01:00:08 +02:00
PL Ghost 2524864b3c
Adding test for legacy checkpoint created with 2.3.1 (#20023) 2024-06-28 14:48:15 +02:00
PL Ghost fa5af16424
docs: Bump HPU ref `1.6.0` (#20026)
---------

Co-authored-by: jerome-habana <jerome-habana@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2024-06-28 14:47:45 +02:00
PL Ghost aa2da72ab9
docs: Bump HPU ref `1.5.0` (#19843)
* bumping HPU version -> (1.5.0)
* fix build warning
* the HPU also need some images
* Apply suggestions from code review

---------

Co-authored-by: jerome-habana <jerome-habana@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2024-06-28 14:28:01 +02:00
awaelchli b6be13ce30
Fix dependency issues with omegaconf and hydra (#20025) 2024-06-28 04:43:26 -04:00
awaelchli c2a96e88ba
Set development version for 2.4 (#20022) 2024-06-27 13:16:43 -04:00
Corwin Joy 967413a5b9
Add atomic save to checkpoint routine (#20011) 2024-06-27 16:19:01 +02:00
awaelchli 3f69134479
Fix seed in test to avoid interactions on global random state (#20014) 2024-06-27 15:29:13 +02:00
thomas chaton df0d462738
Add support for batch stop (#20017) 2024-06-26 17:20:10 +01:00
thomas chaton d53e107fb5
Scale mmt (#19984) 2024-06-26 11:53:41 +01:00
awaelchli d0d01d3ff9
Fix package build dependencies (#20015) 2024-06-25 18:44:29 -04:00
dependabot[bot] 55b95f26ad
build(deps): bump docker/build-push-action from 5 to 6 (#20007)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  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>
2024-06-24 07:46:29 +02:00
awaelchli 9304a2c72e
Convert tensors to bytes instead of numpy in multiprocessing result-queue (#20005) 2024-06-23 19:36:57 +02:00
awaelchli e330da5870
Fix torch-numpy compatibility conflict in tests (#20004) 2024-06-21 20:20:59 -04:00
liambsmith 709a2a9d3b
Updated Fabric trainer example to not call `self.trainer.model` during validation (#19993) 2024-06-21 10:43:30 -04:00
Mauricio Villegas 5981aebfcc
Update `test_lightning_cli_help` for future change in jsonargparse (#20002) 2024-06-21 10:38:42 -04:00
SW Yoo d3a0ada4ff
Fix dtype for MPS in reinforcement learning example (#19982) 2024-06-21 10:36:10 -04:00
elmuz cec6ae123d
Fix typo `scrict` -> `strict` in types.py (#19998) 2024-06-20 10:57:35 -04:00
Etay Livne 1e83a1bd32
Check if CometLogger experiment is alive (#19915)
Co-authored-by: Etay Livne <etay.livne@mobileye.com>
2024-06-18 13:15:12 -04:00
liambsmith 394c42aaf6
Fix callback call in Fabric Trainer example (#19986) 2024-06-18 13:14:32 -04:00
awaelchli c1af4d0527
Better graceful shutdown for KeyboardInterrupt (#19976) 2024-06-16 10:43:42 -04:00
PL Ghost b16e998a6e
Adding test for legacy checkpoint created with 2.3.0 (#19974) 2024-06-16 09:37:39 -04:00
Samuel Larkin bb511b0baf
Fix minor typo in Trainer's documentation (#19969) 2024-06-13 18:26:46 -04:00
awaelchli a42484cf8e
Fix failing app tests (#19971) 2024-06-13 20:58:34 +01:00
awaelchli f6fd046552
Release 2.3.0 (#19954) 2024-06-11 12:38:56 -04:00
William Falcon a97814af13
Update README.md 2024-06-11 11:01:22 -04:00
William Falcon fa5da26e39
Update README.md (#19968) 2024-06-11 10:04:51 -04:00
Alexander Jipa 06ea3a0571
Fix resetting epoch loop restarting flag in LearningRateFinder (#19819) 2024-06-07 10:52:58 -04:00
Björn Barz 5fa32d95e3
Ignore parameters causing ValueError when dumping to YAML (#19804) 2024-06-06 18:36:28 -04:00
Douwe den Blanken 4f96c83ba0
Sanitize argument-free object params before logging (#19771)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2024-06-06 14:51:48 -04:00