Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

build(deps): update pytorch-lightning requirement from <2.0,>=1.9.0 to >=1.9.0,<2.1 #10

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Updates the requirements on pytorch-lightning to permit the latest version.

Release notes

Sourced from pytorch-lightning's releases.

2.0.1 patch release

App

No changes


Fabric

Changed

  • Generalized Optimizer validation to accommodate both FSDP 1.x and 2.x (#16733)

PyTorch

Changed

  • Pickling the LightningModule no longer pickles the Trainer (#17133)
  • Generalized Optimizer validation to accommodate both FSDP 1.x and 2.x (#16733)
  • Disable torch.inference_mode with torch.compile in PyTorch 2.0 (#17215)

Fixed

  • Fixed issue where pickling the module instance would fail with a DataLoader error (#17130)
  • Fixed WandbLogger not showing "best" aliases for model checkpoints when ModelCheckpoint(save_top_k>0) is used (#17121)
  • Fixed the availability check for rich that prevented Lightning to be imported in Google Colab (#17156)
  • Fixed parsing the precision config for inference in DeepSpeedStrategy (#16973)
  • Fixed issue where torch.compile would fail when logging to WandB (#17216)

Contributors

@​Borda @​williamFalcon @​lightningforever @​adamjstewart @​carmocca @​tshu-w @​saryazdi @​parambharat @​awaelchli @​colehawkins @​woqidaideshi @​md-121 @​yhl48 @​gkroiz @​idc9 @​speediedan

If we forgot someone due to not matching commit email with GitHub account, let us know :]

Commits

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [pytorch-lightning](https://github.com/Lightning-AI/lightning) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@1.9.0...2.0.1)

---
updated-dependencies:
- dependency-name: pytorch-lightning
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Borda as a code owner April 1, 2023 19:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2023

Dependabot tried to add @Lightning-Sandbox/core-lightning as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Lightning-Sandbox/lightning-Fairscale/pulls/10/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the Lightning-Sandbox/lightning-Fairscale repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2023

The following labels could not be found: ci / tests.

@Borda Borda enabled auto-merge (squash) July 17, 2023 11:13
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #10 (58b49f1) into main (cdce09f) will not change coverage.
Report is 5 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@        Coverage Diff         @@
##           main   #10   +/-   ##
==================================
  Coverage    59%   59%           
==================================
  Files        10    10           
  Lines       280   280           
==================================
  Hits        166   166           
  Misses      114   114           

requirements.txt Outdated Show resolved Hide resolved
@Borda Borda changed the title build(deps): update pytorch-lightning requirement from <2.0,>=1.9.0 to >=1.9.0,<3.0 build(deps): update pytorch-lightning requirement from <2.0,>=1.9.0 to >=1.9.0,<2.1 Sep 1, 2023
@Borda Borda disabled auto-merge February 1, 2024 18:34
@Borda Borda marked this pull request as draft February 1, 2024 18:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant