Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/checkpoint-engine
/ new_group
Function
new_group
checkpoint_engine/distributed/base.py:287–288 ·
view source on GitHub ↗
(ranks: list[int], **kwargs)
Source
from the content-addressed store, hash-verified
285
286
287
def
new_group(ranks: list[int], **kwargs) -> DistributedProcessGroup | None:
288
return
_BACKEND_INSTANCE.new_group(ranks, **kwargs)
Callers
nothing calls this directly
Calls
1
new_group
Method · 0.45
Tested by
no test coverage detected