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

Method barrier

checkpoint_engine/distributed/base.py:85–90  ·  view source on GitHub ↗
(
        self,
        group: DistributedProcessGroup | None = None,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

83
84 @abstractmethod
85 def barrier(
86 self,
87 group: DistributedProcessGroup | None = None,
88 **kwargs,
89 ):
90 raise NotImplementedError
91
92 @abstractmethod
93 def new_group(

Callers 6

run_pin_and_unpinFunction · 0.45
update_weightsFunction · 0.45
joinFunction · 0.45
_update_per_bucketMethod · 0.45
barrierMethod · 0.45
barrierFunction · 0.45

Calls

no outgoing calls

Tested by 1

run_pin_and_unpinFunction · 0.36