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 1bf80f2 commit c5cabf8Copy full SHA for c5cabf8
pytorch_lightning/accelerators/accelerator.py
@@ -66,10 +66,6 @@ def __init__(
66
precision_plugin parameter is deprecated will be removed soon.
67
Use :`training_type_plugin(precision_plugin) instead.
68
"""
69
- rank_zero_deprecation(
70
- f"`precision_plugin` in {self.__class__.__name__} was deprecated and will be removed soon"
71
- f" Use `training_type_plugin(precision_plugin)` instead."
72
- )
73
self.training_type_plugin._precision_plugin = precision_plugin
74
75
self.optimizers: List = []
0 commit comments