awaelchli
|
6165c7719a
|
upgrade gpu workflow
|
2024-07-20 01:47:56 +02:00 |
William Falcon
|
1cd774197d
|
Update README banner
|
2024-07-19 11:29:17 -04:00 |
awaelchli
|
e6c26d2d22
|
Remove outdated warnings filter for `reduce_op` (#20102)
|
2024-07-19 10:49:56 +02:00 |
dependabot[bot]
|
abcac66323
|
build(deps): bump Lightning-AI/utilities from 0.11.3 to 0.11.4 (#20084)
Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.3 to 0.11.4.
- [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.3...v0.11.4)
---
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-18 21:16:48 +02:00 |
Abhishek Singh
|
5ecbbaabf3
|
Remove numpy from base requirements (#20090)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
|
2024-07-18 04:18:55 -04:00 |
Ismail
|
d3f9c83d6e
|
Fixed positional encoding not used in Demo Transformer (#20099)
|
2024-07-17 08:00:34 -04:00 |
awaelchli
|
29f70e7d47
|
Add example to README (#20091)
|
2024-07-15 12:18:05 -04:00 |
Alexander Zhipa
|
74470a6dbd
|
Enable dumping raw prof files in `AdvancedProfiler` (#19703)
Co-authored-by: Alexander Jipa <azzhipa@amazon.com>
|
2024-07-15 10:40:32 -04:00 |
awaelchli
|
2dc9c3d933
|
Remove deprecated `pkg_resources` (#20081)
|
2024-07-15 04:54:39 -04:00 |
Abhishek Singh
|
5822f511ca
|
Made numpy optional dependency in ```apply_func.py``` and ```logger.py``` (#20080)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
|
2024-07-13 14:15:31 -04:00 |
awaelchli
|
bdafe5e739
|
Add Python 3.12 to the CPU test matrix (#20078)
|
2024-07-13 06:07:35 -04:00 |
awaelchli
|
7d1a70752f
|
Update PyTorch 2.4 tests (#20079)
|
2024-07-13 05:09:09 -04:00 |
Abhishek Singh
|
d5ae9ec568
|
Make numpy an optional dependency in `utilities\seed.py` (#20055)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
|
2024-07-12 17:24:04 -04:00 |
awaelchli
|
9987d993a0
|
Remove support for Python 3.8 (#20071)
|
2024-07-12 10:33:35 -04: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 |
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 |