We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587c78d commit f0c2813Copy full SHA for f0c2813
src/pytorch_lightning/lite/lite.py
@@ -303,6 +303,6 @@ def _to_lite_precision(plugin: Optional[PLPrecisionPlugin]) -> LitePrecision:
303
# No backward compatibility for custom plugins / subclasses, as we can't re-instantiate these plugins
304
raise TypeError(
305
"You passed an unsupported plugin as input to Lite(plugins=...) or to a strategy. If you built a custom plugin,"
306
- " please change it to subclass the `lightning_lite.plugins.precision.Precision` class. Otherwise, please open"
+ " please change it to subclass the `lightning_fabric.plugins.precision.Precision` class. Otherwise, please open"
307
" an issue on the Lightning GitHub repository with your use case."
308
)
0 commit comments