MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / __init__

Method __init__

tests/test_weight_sync_bridge.py:884–885  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

882 transport = "cuda-vmm"
883
884 def __init__(self, **kwargs):
885 calls.append(("init", kwargs))
886
887 def import_update(self, incoming_manifest):
888 calls.append(("import", incoming_manifest.update_id))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected