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 9ecff0d commit ddd4c51Copy full SHA for ddd4c51
src/lightning/fabric/utilities/types.py
@@ -61,7 +61,7 @@ def load_state_dict(self, state_dict: dict[_DictKey, Any]) -> None: ...
61
62
63
@runtime_checkable
64
-class CollectibleGroup(ProcessGroup):
+class CollectibleGroup(Protocol, ProcessGroup):
65
def size(self) -> int: ...
66
67
def rank(self) -> int: ...
0 commit comments