Skip to content

Commit 727033f

Browse files
authored
Update connector.py
1 parent 60b930a commit 727033f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/fabric/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def _check_strategy_and_fallback(self) -> None:
428428
if strategy_flag in _DDP_FORK_ALIASES and "fork" not in torch.multiprocessing.get_all_start_methods():
429429
raise ValueError(
430430
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."
431+
f" platform. We recommend `Fabric(strategy='ddp_spawn')` instead."
432432
)
433433
if (
434434
strategy_flag in _FSDP_ALIASES or type(self._strategy_flag) is FSDPStrategy

0 commit comments

Comments
 (0)