MCPcopy Create free account
hub / github.com/PRIME-RL/PRIME / init

Method init

training/verl/single_controller/base/dp.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 Worker.__init__(self, *args, **kwargs)
23
24 def init(self):
25 raise NotImplementedError
26
27 def add_engine(self, model, dp_config):
28 raise NotImplementedError

Callers 3

__init__Method · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected