MCPcopy Create free account
hub / github.com/MoonshotAI/checkpoint-engine / new_group

Method new_group

checkpoint_engine/distributed/base.py:93–98  ·  view source on GitHub ↗
(
        self,
        ranks: list[int],
        **kwargs,
    )

Source from the content-addressed store, hash-verified

91
92 @abstractmethod
93 def new_group(
94 self,
95 ranks: list[int],
96 **kwargs,
97 ):
98 raise NotImplementedError
99
100
101class TorchBackend(Distributed):

Callers 3

updateMethod · 0.45
new_groupMethod · 0.45
new_groupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected