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.
f
1 parent 7eda0bf commit 70309d8Copy full SHA for 70309d8
pytorch_lightning/utilities/enums.py
@@ -147,7 +147,7 @@ def is_interactive_compatible(self) -> bool:
147
def deprecate(self) -> None:
148
rank_zero_deprecation(
149
"`DistributedType` Enum has been deprecated in v1.6 and will be removed in v1.8."
150
- " Use the string value `{self.value!r}` instead."
+ f" Use the string value `{self.value!r}` instead."
151
)
152
153
@@ -167,7 +167,7 @@ class DeviceType(_DeprecatedEnum):
167
168
169
"`DeviceType` Enum has been deprecated in v1.6 and will be removed in v1.8."
170
171
172
173
0 commit comments