Skip to content

Commit f0c2813

Browse files
awaelchlipre-commit-ci[bot]Borda
authored andcommitted
Rename LightningLite (3/n) (#15939)
* rename class and brand name * update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix references * f401 * rename package * update name * update * update * update * update * debug tests * revert examples source dir * update tpu ci workflow * update * ci * requirements/lite * group-check * ci * fix setup * fix import bug * space Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 587c78d commit f0c2813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytorch_lightning/lite/lite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,6 @@ def _to_lite_precision(plugin: Optional[PLPrecisionPlugin]) -> LitePrecision:
303303
# No backward compatibility for custom plugins / subclasses, as we can't re-instantiate these plugins
304304
raise TypeError(
305305
"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"
306+
" please change it to subclass the `lightning_fabric.plugins.precision.Precision` class. Otherwise, please open"
307307
" an issue on the Lightning GitHub repository with your use case."
308308
)

0 commit comments

Comments
 (0)