Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/lightning/pytorch/trainer/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ def fit(
2.0.0 and if ``model`` is not :class:`~lightning.pytorch.core.LightningModule` or
:class:`torch._dynamo.OptimizedModule` for torch versions greater than or equal to 2.0.0 .

For more information about multiple dataloaders, see this :ref:`section <multiple-dataloaders>`.
.. note::
For more information about multiple dataloaders, see this :ref:`section <multiple-dataloaders>`.

"""
model = _maybe_unwrap_optimized(model)
Expand Down
Loading