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 51b18f3 commit 67bc870Copy full SHA for 67bc870
pytorch_lightning/strategies/strategy.py
@@ -49,7 +49,7 @@ def __init__(
49
precision_plugin: Optional[PrecisionPlugin] = None,
50
) -> None:
51
self.accelerator = accelerator
52
- self._launcher: _Launcher = None
+ self._launcher: Optional[_Launcher] = None
53
self._model: Optional[Module] = None
54
self.checkpoint_io = checkpoint_io
55
self.precision_plugin = precision_plugin
0 commit comments