-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pytorch-lightning from 1.6.5 to 1.7.0 in /requirements #697
Bump pytorch-lightning from 1.6.5 to 1.7.0 in /requirements #697
Conversation
Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.6.5 to 1.7.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@1.6.5...pl/1.7.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
We should avoid direct imports like: from pytorch_lightning.core.lightning import LightningModule This path isn't documented anywhere and was changed to import pytorch_lightning as pl
...
pl.LightningModule This should work for every version. When creating the 0.3.1 release, it should be noted that this PR adds support for pytorch_lightning 1.9+. |
progress_bar_refresh_rate=0, | ||
checkpoint_callback=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both of these parameters have been deprecated since v1.5 and removed in v1.7.
* Bump pytorch-lightning from 1.6.5 to 1.7.0 in /requirements Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.6.5 to 1.7.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@1.6.5...pl/1.7.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Remove protobuf restrictions * LightningModule was moved * Mypy fixes * Ensure same behavior * Fix docs * Silence warnings * Change error message location Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
…t#697) * Bump pytorch-lightning from 1.6.5 to 1.7.0 in /requirements Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.6.5 to 1.7.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@1.6.5...pl/1.7.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Remove protobuf restrictions * LightningModule was moved * Mypy fixes * Ensure same behavior * Fix docs * Silence warnings * Change error message location Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Bumps pytorch-lightning from 1.6.5 to 1.7.0.
Release notes
Sourced from pytorch-lightning's releases.
... (truncated)
Commits
d2c086b
Prepare changelog for 1.7 release (#13979)f576ed3
Fix resuming the tqdm progress bar (#13962)ff2e329
Update version to 1.7.0 for release (#13977)af07e75
Fix MPS availability check (#13947)d8e5e7f
Fix mypy typing errors in pytorch_lightning/strategies/tpu_spawn.py (#13813)0fbfbf9
Make tbptt imports Python 3.10 compatible (#13973)2919dcf
[CLI] add support for cluster management (#13835)b3203d9
Added support for HPU device stats monitor (#13819)eb233ea
Snapshot selected globals and restore them in spawned process (#13921)91bdacf
Bump actions/cache from 2 to 3 (#13955)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)