fix typo in docs migration 1_6_regular (#17186)

This commit is contained in:
Gerson Kroiz 2023-03-24 17:00:40 -07:00 committed by GitHub
parent ce286eea76
commit 7ec9a97b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
- use the utility function ``pl.utilities.memory.get_model_size_mb(model)``
- `PR8495`_
* - relied on the ``on_trai_dataloader()`` hooks in ``LightningModule`` and ``LightningDataModule``
* - relied on the ``on_train_dataloader()`` hooks in ``LightningModule`` and ``LightningDataModule``
- use ``train_dataloader``
- `PR9098`_