Skip to content

Commit 594c550

Browse files
committed
Fix tests
1 parent 2e63d70 commit 594c550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch_lightning/accelerators/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def register(
6969

7070
data: Dict[str, Any] = {}
7171

72+
data["description"] = description
7273
data["init_params"] = init_params
7374

7475
def do_register(name: str, accelerator: Callable) -> Callable:

0 commit comments

Comments
 (0)