Skip to content

Commit c5cabf8

Browse files
authored
Remove deprecated warning
Tests will fail after 9940
1 parent 1bf80f2 commit c5cabf8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pytorch_lightning/accelerators/accelerator.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def __init__(
6666
precision_plugin parameter is deprecated will be removed soon.
6767
Use :`training_type_plugin(precision_plugin) instead.
6868
"""
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-
)
7369
self.training_type_plugin._precision_plugin = precision_plugin
7470

7571
self.optimizers: List = []

0 commit comments

Comments
 (0)