pferron / Case133152

0 stars 0 forks source link

Update dependency pytorch-lightning to v2.2.2 #20

Open mend-for-github-com[bot] opened 2 months ago

mend-for-github-com[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
pytorch-lightning patch ==2.2.0 -> ==2.2.2

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2024-5452

Release Notes

Lightning-AI/lightning (pytorch-lightning) ### [`v2.2.2`](https://togithub.com/Lightning-AI/pytorch-lightning/releases/tag/2.2.2): Patch release v2.2.2 [Compare Source](https://togithub.com/Lightning-AI/lightning/compare/2.2.1...2.2.2) #### PyTorch ##### Fixed - Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#​19627](https://togithub.com/Lightning-AI/pytorch-lightning/pull/19627)) - Fixed a KeyError when saving a FSDP sharded checkpoint and setting `save_weights_only=True` ([#​19524](https://togithub.com/Lightning-AI/pytorch-lightning/pull/19524)) #### Fabric ##### Fixed - Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#​19627](https://togithub.com/Lightning-AI/pytorch-lightning/pull/19627)) - Fixed issue where some model methods couldn't be monkeypatched after being Fabric wrapped ([#​19705](https://togithub.com/Lightning-AI/pytorch-lightning/pull/19705)) - Fixed an issue causing weights to be reset in `Fabric.setup()` when using FSDP ([#​19755](https://togithub.com/Lightning-AI/pytorch-lightning/pull/19755)) **Full Changelog**: https://github.com/Lightning-AI/pytorch-lightning/compare/2.2.1...2.2.2 #### Contributors [@​ankitgola005](https://togithub.com/ankitgola005) [@​awaelchli](https://togithub.com/awaelchli) [@​Borda](https://togithub.com/Borda) [@​carmocca](https://togithub.com/carmocca) [@​dmitsf](https://togithub.com/dmitsf) [@​dvoytan-spark](https://togithub.com/dvoytan-spark) [@​fnhirwa](https://togithub.com/fnhirwa) ### [`v2.2.1`](https://togithub.com/Lightning-AI/pytorch-lightning/releases/tag/2.2.1): Patch release v2.2.1 [Compare Source](https://togithub.com/Lightning-AI/lightning/compare/2.2.0.post0...2.2.1) #### PyTorch ##### Fixed - Fixed an issue with CSVLogger trying to append to file from a previous run when the version is set manually ([#​19446](https://togithub.com/Lightning-AI/lightning/pull/19446)) - Fixed the divisibility check for `Trainer.accumulate_grad_batches` and `Trainer.log_every_n_steps` in ThroughputMonitor ([#​19470](https://togithub.com/Lightning-AI/lightning/pull/19470)) - Fixed support for Remote Stop and Remote Abort with NeptuneLogger ([#​19130](https://togithub.com/Lightning-AI/pytorch-lightning/pull/19130)) - Fixed infinite recursion error in precision plugin graveyard ([#​19542](https://togithub.com/Lightning-AI/pytorch-lightning/pull/19542)) #### Fabric ##### Fixed - Fixed an issue with CSVLogger trying to append to file from a previous run when the version is set manually ([#​19446](https://togithub.com/Lightning-AI/lightning/pull/19446)) **Full Changelog**: https://github.com/Lightning-AI/pytorch-lightning/compare/2.2.0post...2.2.1 #### Contributors [@​Raalsky](https://togithub.com/Raalsky) [@​awaelchli](https://togithub.com/awaelchli) [@​carmocca](https://togithub.com/carmocca) [@​Borda](https://togithub.com/Borda) *If we forgot someone due to not matching commit email with GitHub account, let us know :]* ### [`v2.2.0.post0`](https://togithub.com/Lightning-AI/pytorch-lightning/releases/tag/2.2.0.post0): Minor release correction [Compare Source](https://togithub.com/Lightning-AI/lightning/compare/2.2.0...2.2.0.post0) **Full Changelog**: https://github.com/Lightning-AI/pytorch-lightning/compare/2.2.0...2.2.0.post0