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 60b930a commit 727033fCopy full SHA for 727033f
src/lightning/fabric/connector.py
@@ -428,7 +428,7 @@ def _check_strategy_and_fallback(self) -> None:
428
if strategy_flag in _DDP_FORK_ALIASES and "fork" not in torch.multiprocessing.get_all_start_methods():
429
raise ValueError(
430
f"You selected `Fabric(strategy='{strategy_flag}')` but process forking is not supported on this"
431
- f" platform. We recommed `Fabric(strategy='ddp_spawn')` instead."
+ f" platform. We recommend `Fabric(strategy='ddp_spawn')` instead."
432
)
433
if (
434
strategy_flag in _FSDP_ALIASES or type(self._strategy_flag) is FSDPStrategy
0 commit comments