-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Patch release v1.6.3 #12905
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
Merged
Merged
Patch release v1.6.3 #12905
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…th deepspeed (#12887) Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
* Fix ddp_comm_hook tests * Refactor ddp_comm_hook tests Co-authored-by: Akihiro Nitta <akihiro@pytorchlightning.ai>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
…rly (#12857) * first fix * full bugfix + tests * Apply Adrian's suggestion * Add test with tensor(0) * Minor code simplification * change sorting to make the comment correct Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Contributor
Author
|
@Borda @kaushikb11 Docs are failing with Could not import extension pt_lightning_sphinx_theme.extensions.lightning_tutorials (exception: No module named 'pt_lightning_sphinx_theme.extensions.lightning_tutorials')Do you know what's the issue? |
Collaborator
you need to pick #12920 |
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
* allow pickling of KFoldLoop * Update pl_examples/loop_examples/kfold.py Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Nicolas Berger <nicolas.berger@inait.ai> Co-authored-by: Kushashwa Ravi Shrimali <kushashwaravishrimali@gmail.com>
Co-authored-by: Sean Naren <sean@grid.ai> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com> Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* Update gpg key * Use curl instead of wget * Install key manually
* Fuse_modules in a qat-respecting way * Add compatibility for PyTorch <1.11 In older pytorch versions, `fuse_modules` used the `Module.training` flag to determine wheter fusion should be QAT-compliant or not, refer https://github.com/pytorch/pytorch/releases/tag/v1.11.0 * Add CHANGELOG for pull #12891 * Fix conditional import of fuse_modules_qat `torch.ao.quantization.fuse_modules_qat` was actually added in torch 1.11. * Update CHANGELOG.md Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com> Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
…nsion Update docs conf with renamed lightning extension
…ision=16` (#12965) * Fix fully sharded mixed precision setter * Add CHANGELOG.md
#12889) Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
rohitgr7
approved these changes
May 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
As usual
cc @Borda