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 08dde66 commit 0418a82Copy full SHA for 0418a82
src/lightning/fabric/utilities/seed.py
@@ -28,7 +28,7 @@ def seed_everything(seed: Optional[int] = None, workers: bool = False, verbose:
28
seed: the integer value seed for global random state in Lightning.
29
If ``None``, it will read the seed from ``PL_GLOBAL_SEED`` env variable. If ``None`` and the
30
``PL_GLOBAL_SEED`` env variable is not set, then the seed defaults to 0. If the seed is provided
31
- but is not in bounds or cannot be casted to int, a ValueError is raised.
+ but is not in bounds or cannot be cast to int, a ValueError is raised.
32
workers: if set to ``True``, will properly configure all dataloaders passed to the
33
Trainer with a ``worker_init_fn``. If the user already provides such a function
34
for their dataloaders, setting this argument will have no influence. See also:
0 commit comments