MCPcopy Create free account
hub / github.com/BeastyZ/ConvSearch-R1 / __init__

Method __init__

verl/tests/ray/test_data_transfer.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37class DummyWorker(Worker):
38
39 def __init__(self):
40 super().__init__()
41 dist.init_process_group()
42
43 @register(dispatch_mode=Dispatch.DP_COMPUTE, blocking=False)
44 def do_nothing(self, data):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected