File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ def _check_strategy_and_fallback(self) -> None:
428
428
if strategy_flag in _DDP_FORK_ALIASES and "fork" not in torch .multiprocessing .get_all_start_methods ():
429
429
raise ValueError (
430
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."
431
+ f" platform. We recommend `Fabric(strategy='ddp_spawn')` instead."
432
432
)
433
433
if (
434
434
strategy_flag in _FSDP_ALIASES or type (self ._strategy_flag ) is FSDPStrategy
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def __init__(
129
129
- ``bool``. Always apply it or not.
130
130
- ``Callable[[epoch], bool]``. For dynamic values. Will be called every epoch.
131
131
132
- make_pruning_permanent: Whether to remove all reparametrization pre-hooks and apply masks
132
+ make_pruning_permanent: Whether to remove all reparameterization pre-hooks and apply masks
133
133
when training ends or the model is saved.
134
134
135
135
use_lottery_ticket_hypothesis: See `The lottery ticket hypothesis <https://arxiv.org/abs/1803.03635>`_:
You can’t perform that action at this time.
0 commit comments