Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
class
TorchBackend(Distributed):
Callers
3
update
Method · 0.45
new_group
Method · 0.45
new_group
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected