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

Method __init__

verl/verl/single_controller/base/worker.py:73–74  ·  view source on GitHub ↗
(self, store)

Source from the content-addressed store, hash-verified

71 ]
72
73 def __init__(self, store) -> None:
74 self._store = store
75
76 def to_dict(self):
77 return {f"_{key.lower()}": self._store.get(f"_{key.lower()}", None) for key in WorkerMeta.keys}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected