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 096afb9 commit 32dc47fCopy full SHA for 32dc47f
pytorch_lightning/accelerators/registry.py
@@ -59,7 +59,7 @@ def register(
59
accelerator : accelerator class
60
description : accelerator description
61
override : overrides the registered accelerator, if True
62
- init_params: parameters to initialize the accelerator
+ init_params: parameters to initialize the Accelerator
63
"""
64
if not (name is None or isinstance(name, str)):
65
raise TypeError(f"`name` must be a str, found {name}")
0 commit comments