Skip to content
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

Update Plugins doc #12440

Merged
merged 16 commits into from
Mar 29, 2022
Prev Previous commit
Next Next commit
Update Plugins doc
  • Loading branch information
kaushikb11 authored and rohitgr7 committed Mar 29, 2022
commit 3249d1d7fc743e707d3eaa1faa60458a06d089db
14 changes: 14 additions & 0 deletions docs/source/extensions/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ Precision Plugins
TPUPrecisionPlugin


CheckpointIO Plugins
--------------------

.. currentmodule:: pytorch_lightning.plugins.io

.. autosummary::
:nosignatures:
:template: classtemplate.rst

CheckpointIO
TorchCheckpointIO
XLACheckpointIO


Cluster Environments
--------------------

Expand Down