microsoft / mttl

Building modular LMs with parameter-efficient fine-tuning.
MIT License
62 stars 3 forks source link

Bump pytorch-lightning from 2.0.4 to 2.0.5 #41

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps pytorch-lightning from 2.0.4 to 2.0.5.

Release notes

Sourced from pytorch-lightning's releases.

Minor patch release

App

Added

  • plugin: store source app (#17892)
  • added colocation identifier (#16796)
  • Added exponential backoff to HTTPQueue put (#18013)
  • Content for plugins (#17243)

Changed

  • Save a reference to created tasks, to avoid tasks disappearing (#17946)

Fabric

Added

  • Added validation against misconfigured device selection when using the DeepSpeed strategy (#17952)

Changed

  • Avoid info message when loading 0 entry point callbacks (#17990)

Fixed

  • Fixed the emission of a false-positive warning when calling a method on the Fabric-wrapped module that accepts no arguments (#17875)
  • Fixed check for FSDP's flat parameters in all parameter groups (#17914)
  • Fixed automatic step tracking in Fabric's CSVLogger (#17942)
  • Fixed an issue causing the torch.set_float32_matmul_precision info message to show multiple times (#17960)
  • Fixed loading model state when Fabric.load() is called after Fabric.setup() (#17997)

PyTorch

Fixed

  • Fixed delayed creation of experiment metadata and checkpoint/log dir name when using WandbLogger (#17818)
  • Fixed incorrect parsing of arguments when augmenting exception messages in DDP (#17948)
  • Fixed an issue causing the torch.set_float32_matmul_precision info message to show multiple times (#17960)
  • Added missing map_location argument for the LightningDataModule.load_from_checkpoint function (#17950)
  • Fix support for neptune-client (#17939)

Contributors

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 11 months ago

Superseded by #45.